specify style type to text/css resutling in it (presently) validating as XHTML 1.1

also to satisfy m3lawren pants and ninjas
This commit is contained in:
Holden Karau 2008-04-09 19:28:18 -04:00
parent e3492a5769
commit a41a024a07
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<title><xsl:value-of select="@title" /></title> <title><xsl:value-of select="@title" /></title>
<link rel="stylesheet" href="{$g_pre}default.css" type="text/css" /> <link rel="stylesheet" href="{$g_pre}default.css" type="text/css" />
<xsl:if test="@morestyle"> <xsl:if test="@morestyle">
<style> <style type="text/css" >
<xsl:value-of select="@morestyle" /> <xsl:value-of select="@morestyle" />
</style> </style>
</xsl:if> </xsl:if>