]> gitweb.factorcode.org Git - factor.git/commitdiff
html.entities: fix minor doc error.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Apr 2014 21:37:55 +0000 (14:37 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Apr 2014 21:37:55 +0000 (14:37 -0700)
extra/html/entities/entities-docs.factor

index eb93c629c1ee96d70b261869fa3329e1186f47d4..2b22ce758da3b6e69a2d59082de4cbe9d2967e5a 100644 (file)
@@ -7,4 +7,4 @@ HELP: html-escape
 
 HELP: html-unescape
 { $values { "str" string } { "newstr" string } }
-{ $description "Convert all named and numeric character references (e.g. " { $snippet "&gt;" } ", " { $snippet "&#62;" } ", " { $snippet "&x3e;" } ") in the string " { $snippet "str" } " to the corresponding unicode characters using the rules defined by the HTML5 standard." } ;
+{ $description "Convert all named and numeric character references (e.g. " { $snippet "&gt;" } ", " { $snippet "&#62;" } ", " { $snippet "&#x3e;" } ") in the string " { $snippet "str" } " to the corresponding unicode characters using the rules defined by the HTML5 standard." } ;