From ebe493173aad16ae7728ff5535b7154078c87b4c Mon Sep 17 00:00:00 2001 From: erg Date: Mon, 4 Sep 2006 21:17:45 +0000 Subject: [PATCH] fix simple-html-responder - add xhtml namespace --- contrib/httpd/html.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/httpd/html.factor b/contrib/httpd/html.factor index 7ebecd892e..0a2981e824 100644 --- a/contrib/httpd/html.factor +++ b/contrib/httpd/html.factor @@ -214,7 +214,7 @@ M: html-stream stream-terpri [
] with-stream* ; : html-document ( title quot -- ) xhtml-preamble swap chars>entities - + write default-css