You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ??
The text was updated successfully, but these errors were encountered:
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 ??
The text was updated successfully, but these errors were encountered: