Closed
Bug 526829
Opened 16 years ago
Closed 14 years ago
stylesheet error on http://mozillalabs.com/
Categories
(Websites :: mozillalabs.com, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cbook, Unassigned)
Details
Steps to reproduce:
Load http://mozillalabs.com/ and /or other sites like http://mozillalabs.com/personas/2009/09/30/personas-1-3-release-candidate-with-favorites/
-> Error: The stylesheet http://mozillalabs.com/ was not loaded because its MIME type, "text/html", is not "text/css". Source File: http://mozillalabs.com/
Line: 0
-> Error: The stylesheet http://mozillalabs.com/personas/2009/09/30/personas-1-3-release-candidate-with-favorites/ was not loaded because its MIME type, "text/html", is not "text/css".
Source File: http://mozillalabs.com/personas/2009/09/30/personas-1-3-release-candidate-with-favorites/
Line: 0
Comment 1•16 years ago
|
||
I think this has to do with these two lines:
<link rel='index' title='Mozilla Labs' href='http://mozillalabs.com' />
<link rel='index' title='personas' href='http://mozillalabs.com/personas' />
Comment 2•16 years ago
|
||
They don't use double quotes, which may be the problem.
Comment 3•16 years ago
|
||
Hmm, I doubt it's because of the single quotes.
Comment 4•16 years ago
|
||
Any other ideas?
Comment 5•16 years ago
|
||
/* Externel CSS for "Personas 1.3 release candidate, with favorites!" */
@import url("")
A blank url is considered to be relative, therefore it will fetch the current page.
Comment 6•16 years ago
|
||
Who can fix this?
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•