My AntiSamy is stripping the <figure>
tag.
So this:
<figure> <img src="image/path"/> </figure>
Is becoming this:
<figure> </figure> <img src="image/path"/>
How can I stop this from happening?
My AntiSamy is stripping the <figure>
tag.
So this:
<figure> <img src="image/path"/> </figure>
Is becoming this:
<figure> </figure> <img src="image/path"/>
How can I stop this from happening?