Explicitly do media="all" for CSS - fix for Netscape Navigator 4.

svn path=/trunk/; revision=8225
This commit is contained in:
Reinhard Müller 2007-05-06 17:58:07 +00:00
parent aade183f88
commit 26857b3760

View File

@ -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()"/>