Hello,
I used this plugin because of parasite p tag in my outputed code. I was happy but I wanted validate my site and there, I notice the plugin generate a p end tag after the end_raw tag.
How to fix it ? I use the HTML editor in wordpress.
Hello,
I used this plugin because of parasite p tag in my outputed code. I was happy but I wanted validate my site and there, I notice the plugin generate a p end tag after the end_raw tag.
How to fix it ? I use the HTML editor in wordpress.
It's WordPress that generates those <p> tags. In most cases, you can avoid them by placing your content on the same line as the <!--end_raw--> tag, not on a new line.
Will get a <p> tag:
...
<!--end_raw-->
Lorem ipsum...
Shouldn't get a <p> tag:
...
<!--end_raw--> Lorem ipsum...This topic has been closed to new replies.