Skip to content

Commit 95a8eec

Browse files
committed
Update example output in readme.md
1 parent b2abcde commit 95a8eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Unsanitized:
4848
<script>alert("charlie")</script>
4949
<img src="x" onerror="alert(&#x22;delta&#x22;)">
5050
<iframe src="javascript:alert(&#x22;echo&#x22;)"></iframe>
51-
<math><mi xlink:href="data:x,&#x3C;script&#x3E;alert(&#x22;foxtrot&#x22;)&#x3C;/script&#x3E;"></mi></math></div>
51+
<math><mi xlink:href="data:x,<script>alert(&#x22;foxtrot&#x22;)</script>"></mi></math></div>
5252
```
5353

5454
Sanitized:

0 commit comments

Comments
 (0)