Purifier icon indicating copy to clipboard operation
Purifier copied to clipboard

How to keep self closing tags ??

Open omarelewa21 opened this issue 4 years ago • 0 comments

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 ??

omarelewa21 avatar Apr 16 '22 22:04 omarelewa21