From ce2f3322e810c80b58ce8fccff269e8767884a7e Mon Sep 17 00:00:00 2001 From: Trent Buck Date: Tue, 31 Jan 2006 11:04:52 +0000 Subject: [PATCH] Declare default style block is CSS (fixes Konqueror and Safari). --- 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 c226a911a4..2c9283be1e 100644 --- a/contrib/httpd/html.factor +++ b/contrib/httpd/html.factor @@ -187,7 +187,7 @@ M: html-stream with-nested-stream ( quot style stream -- ) M: html-stream stream-terpri [
] with-stream* ; : default-css ( -- ) -