fix html help-lint
parent
6ae2694f51
commit
31d86e300c
|
@ -1,6 +1,7 @@
|
||||||
|
USING: help.markup help.syntax strings xml.data ;
|
||||||
IN: html
|
IN: html
|
||||||
USING: help.markup help.syntax strings ;
|
|
||||||
|
|
||||||
HELP: simple-page
|
HELP: simple-page
|
||||||
{ $values { "title" string } { "head" "XML data" } { "body" "XML data" } }
|
{ $values { "title" string } { "head" "XML data" } { "body" "XML data" }
|
||||||
{ $description "Constructs a simple XHTML page with a " { $snippet "head" } " and " { $snippet "body" } " tag. The given XML data is spliced into the two child tags, and a title is also added to the head tag." } ;
|
{ "xml" xml } }
|
||||||
|
{ $description "Constructs a simple XHTML page with a " { $snippet "head" } " and " { $snippet "body" } " tag. The given XML data is spliced into the two child tags, and a title is also added to the head tag." } ;
|
||||||
|
|
Loading…
Reference in New Issue