Closed Bug 526829 Opened 16 years ago Closed 14 years ago

stylesheet error on http://mozillalabs.com/

Categories

(Websites :: mozillalabs.com, defect)

x86
All
defect
Not set
normal

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
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' />
They don't use double quotes, which may be the problem.
Hmm, I doubt it's because of the single quotes.
Any other ideas?
/* 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.
Who can fix this?
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.