Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit be0bf41

Browse files
author
Edwin Hoogerbeets
committed
Fix the hash in the wrong place
1 parent 45b3a73 commit be0bf41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/sanitize.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// used for body text
1616
var charsEscape = {
1717
'&': '&',
18-
'#': '#',
1918
'<': '&lt;',
2019
'>': '&gt;',
2120
"\u001F": "&#31;"

0 commit comments

Comments
 (0)