+header("Content-Style-Type: text/css");
authorshort <>
Tue, 20 Nov 2001 22:19:27 +0000 (22:19 +0000)
committershort <>
Tue, 20 Nov 2001 22:19:27 +0000 (22:19 +0000)
 - currently used just by the articles from "energie.txt"

common.php

index 34a6a91..d66927f 100644 (file)
@@ -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('<?xml version="1.0" encoding="'.$HTTP_SERVER_VARS["CLIENT_CHARSET"].'"?>'."\n");
 ?>