From 4fd83b3373198c861711b8b0f49b5d91396fb22c Mon Sep 17 00:00:00 2001 From: Trent Buck Date: Tue, 31 Jan 2006 10:23:08 +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 ae3603f54c..c226a911a4 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 ( -- ) -