From 47ab3e6dace011856d9829a5f910913d7ae9d96e Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 20 Nov 2001 22:19:27 +0000 Subject: [PATCH] +header("Content-Style-Type: text/css"); - currently used just by the articles from "energie.txt" --- common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common.php b/common.php index 34a6a91..d66927f 100644 --- a/common.php +++ b/common.php @@ -381,6 +381,7 @@ function heading($title=false) global $HTTP_SERVER_VARS,$msie_major,$mozilla_major,$title_tail,$head_css,$have_css,$head; header("Content-type: text/html"); + header("Content-Style-Type: text/css"); if (!isset($msie_major) || $msie_major>=4) print(''."\n"); ?> -- 1.8.3.1