Closed (cannot reproduce)
Project:
Zen
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2009 at 21:38 UTC
Updated:
16 Dec 2010 at 22:58 UTC
Hi,
Searched the open issues, didn't see this one... I don't think it's affecting anything negatively for me (yet).
In my .info file, I have:
;conditional-stylesheets[if IE][all][] = ie.css
conditional-stylesheets[if IE 6][all][] = ie6.css
conditional-stylesheets[if IE 7][all][] = ie7.css
conditional-stylesheets[if IE 8][all][] = ie8.css
And the page template is calling the files like so:
<!--[if IE]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/zen/zen/ie.css?t" />
<![endif]-->
<!--[if IE 6]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie6.css?t" />
<![endif]-->
<!--[if IE 7]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie7.css?t" />
<![endif]-->
<!--[if IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie8.css?t" />
<![endif]-->
<!--[if IE]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/zen/zen/ie.css?t" />
<![endif]-->
<!--[if IE 6]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie6.css?t" />
<![endif]-->
<!--[if IE 7]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie7.css?t" />
<![endif]-->
<!--[if IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/mytheme/ie8.css?t" />
<![endif]-->
Comments
Comment #1
johnalbinThat… doesn’t make any sense. :-\
Comment #2
jerseycheeseAny sense on my part in describing the issue? Or "not making sense" in the general sense?
In any event, the issue magically went away, when, I don't know. Thanks anyway. :)
Comment #3
akalata commented