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

This reverts commit a41a024a07.
This commit is contained in:
Holden Karau 2008-04-09 19:57:24 -04:00
parent a41a024a07
commit 3debd46f5e
1 changed files with 1 additions and 1 deletions

View File

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