EE2.2.2
I have several templates where paragraph tags are appearing around a text field that is set to none for a channel field group. Its an image path. Its weird because it works on some pages and not on others. Here is an example of the code that is creating a tag around an image.
<div class = "brand_image_thumb">
{thumb_image}
</div>When I have just one channel entry in the channel entries tag it puts tags around that image. When I add another entry, it doesnt put tags around the image which is how it should work because the {thumb_image} field is set to “NONE”. Is this a bug or can anyone tell me how to fix this?