Purifier
Purifier copied to clipboard
How to keep self closing tags ??
I have noticed that the clean method is replacing any self closing tag with end tag. But, not for every tag. I have a <none/> tag which is replaced by <none> without a closing tag. And that is spoiling my html when I render it?
What should I add in my configurations to skip self-closing tags ??