Since SafeMode concerns output, spacing should still be parsed like markup

This commit is contained in:
Aidan Woods 2019-01-27 19:40:13 +00:00
parent 82d20d8ffe
commit 745db11d2f
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -1,7 +1,9 @@
<p>&lt;script&gt;alert(1)&lt;/script&gt;</p>
<p>&lt;script&gt;</p>
<p>alert(1)</p>
<p>&lt;/script&gt;</p>
<p>&lt;script&gt;
alert(1)
&lt;/script&gt;</p>
<p>&lt;script&gt;
alert(1)
&lt;/script&gt;</p>