Skip to content

Commit 3cdffbb

Browse files
authored
Merge pull request #4 from cryogenian/htmlentityfix
slash fix
2 parents c842e6d + 647a772 commit 3cdffbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Halogen/VDom/StringRenderer/Util.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ escapeChar ∷ String → String
1212
escapeChar = case _ of
1313
"\"""""
1414
"'""'"
15-
"/""&#x2F"
15+
"/""/"
1616
"&""&"
1717
"<""&lt;"
1818
">""&gt;"

0 commit comments

Comments
 (0)