From: short <> Date: Tue, 20 Nov 2001 22:19:27 +0000 (+0000) Subject: +header("Content-Style-Type: text/css"); X-Git-Url: https://git.jankratochvil.net/?p=www.energie.vellum.cz.git;a=commitdiff_plain;h=47ab3e6dace011856d9829a5f910913d7ae9d96e +header("Content-Style-Type: text/css"); - currently used just by the articles from "energie.txt" --- 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"); ?>