fix simple-html-responder - add xhtml namespace

erg 2006-09-04 21:17:45 +00:00
parent b4b45a9c5d
commit ebe493173a
1 changed files with 1 additions and 1 deletions

View File

@ -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