html.entities: slightly better (looking) docs.

db4
John Benediktsson 2014-04-21 19:19:14 -07:00
parent 0d3956fa7c
commit f5aa41c0ce
1 changed files with 1 additions and 1 deletions

View 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. >, >, &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 ">" } ", " { $snippet ">" } ", " { $snippet "&x3e;" } ") in the string " { $snippet "str" } " to the corresponding unicode characters using the rules defined by the HTML5 standard." } ;