fix simple-html-responder - add xhtml namespace
parent
b4b45a9c5d
commit
ebe493173a
|
@ -214,7 +214,7 @@ M: html-stream stream-terpri [ <br/> ] with-stream* ;
|
|||
: html-document ( title quot -- )
|
||||
xhtml-preamble
|
||||
swap chars>entities
|
||||
<html>
|
||||
<html " xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"" write html>
|
||||
<head>
|
||||
<title> write </title>
|
||||
default-css
|
||||
|
|
Loading…
Reference in New Issue