You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ch...@apache.org on 2004/04/28 00:48:21 UTC

svn commit: rev 10329 - xml/forrest/branches/copyless/src/core/context/skins/forrest-site/xslt/html

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>