Commit 4a912679969397b1e0fd10d76c0d49713977837f

Authored by michael
1 parent b9a08b29

Type: Bug fix

Description:		Stylesheet not proclaiming its content type properly.
Behaviour before fix:	The stylesheet isn't loaded on some browsers.
Behaviour after fix:	Fixed for all browsers.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2857 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/stylesheet.php
1 1 <?php
2 2 require("../../../config/dmsDefaults.php");
3   -header('mime_type', 'text/css');
  3 +header("Content-type: text/css");
4 4 ?>
5 5 P {
6 6 font-size : 9pt;
... ...