]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/entities/entities.factor
Fix comments to be ! not #!.
[factor.git] / basis / xml / entities / entities.factor
index cb1697bb3d05ae746ed8bccf1dc16784c3b580bd..9213a2f9225a13987588bc403bc1802ea2671778 100644 (file)
@@ -20,7 +20,7 @@ CONSTANT: quoted-entities-out
     }
 
 : escape-string-by ( str table -- escaped )
-    #! Convert <, >, &, ' and " to HTML entities.
+    ! Convert <, >, &, ' and " to HTML entities.
     [ '[ dup _ at [ % ] [ , ] ?if ] each ] "" make ;
 
 : escape-string ( str -- newstr )