Author: cheche
Date: Tue Apr 27 15:48:20 2004
New Revision: 10329
Modified:
xml/forrest/branches/copyless/src/core/context/skins/forrest-site/xslt/html/site2xhtml.xsl
Log:
wrong attribute for a tr element
Modified: xml/forrest/branches/copyless/src/core/context/skins/forrest-site/xslt/html/site2xhtml.xsl
==============================================================================
--- xml/forrest/branches/copyless/src/core/context/skins/forrest-site/xslt/html/site2xhtml.xsl
(original)
+++ xml/forrest/branches/copyless/src/core/context/skins/forrest-site/xslt/html/site2xhtml.xsl
Tue Apr 27 15:48:20 2004
@@ -153,7 +153,7 @@
</td>
<td bgcolor="{$header-color}"></td>
</tr>
- <tr height="16">
+ <tr>
<td colspan="4" bgcolor="{$menu-border}" height="10" ><xsl:apply-templates
select="div[@class='level2tab']"/></td>
</tr>
</table>
|