Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Themes
-
Labels:None
-
Environment:apache 2 on ubuntu, php 5.2, firefox 2.004
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
Description
I found themes not loading on my test installation, with in the error message in the firefox error console that the MIME type was text/html in stead of the expected text/css.
I added header ('Content-Type: text/css'); to theme/standard/styles.php which solved the issue
On my ubuntu server with apache 2 and php 5.1.6 the mimetype is correct. Might we have a PHP 5.2 issue here.