We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c842e6d + 647a772 commit 3cdffbbCopy full SHA for 3cdffbb
src/Halogen/VDom/StringRenderer/Util.purs
@@ -12,7 +12,7 @@ escapeChar ∷ String → String
12
escapeChar = case _ of
13
"\"" → """
14
"'" → "'"
15
- "/" → "/"
+ "/" → "/"
16
"&" → "&"
17
"<" → "<"
18
">" → ">"
0 commit comments