HTML comment tags not being escaped
EvitanRelta opened this issue · 0 comments
EvitanRelta commented
Currently, this HTML:
<p>
<!--COMMENT-->
</p>
is converted to:
<!--COMMENT-->
where the <
isn't escaped when it should be.
EvitanRelta opened this issue · 0 comments
Currently, this HTML:
<p>
<!--COMMENT-->
</p>
is converted to:
<!--COMMENT-->
where the <
isn't escaped when it should be.