html.entities: fix minor doc error.
parent
580bafb857
commit
c6de3e9967
|
@ -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 ">" } ", " { $snippet ">" } ", " { $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 ">" } ", " { $snippet ">" } ", " { $snippet ">" } ") in the string " { $snippet "str" } " to the corresponding unicode characters using the rules defined by the HTML5 standard." } ;
|
||||
|
|
Loading…
Reference in New Issue