]> gitweb.factorcode.org Git - factor.git/commitdiff
html.entities: slightly better (looking) docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Apr 2014 02:19:14 +0000 (19:19 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Apr 2014 02:19:14 +0000 (19:19 -0700)
extra/html/entities/entities-docs.factor

index 28cb0a7c4789d27cc74351f39899c19fda19ff45..eb93c629c1ee96d70b261869fa3329e1186f47d4 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. &gt;, &#62;, &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." } ;