Explicitly do media="all" for CSS - fix for Netscape Navigator 4.
svn path=/trunk/; revision=8225
This commit is contained in:
parent
aade183f88
commit
26857b3760
@ -25,7 +25,7 @@
|
||||
<xsl:template match="head">
|
||||
<xsl:copy>
|
||||
<meta name="robots" content="index, follow"/>
|
||||
<link rel="stylesheet" href="/fsfeurope.css" type="text/css"/>
|
||||
<link rel="stylesheet" media="all" href="/fsfeurope.css" type="text/css"/>
|
||||
<link rel="icon" href="/graphics/fsfeurope.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="/graphics/fsfeurope.ico" type="image/x-icon"/>
|
||||
<xsl:apply-templates select="@*|node()"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user