When I validate it returns an error for having a left facing curly brace in my image tag.
I don’t have a brace in my image tag in my code but it somehow ends up there.
After being processed by EE there is a } just after the alt tag like so:
<img src="/pics/about.jpg" alt="About" } />The image is being generated from code in a custom field. The field is set to have no formatting.
Any ideas?
Thank you.