Fixed style to make the site readable by Netscape 4 browser, by simply changing the <hr/> tag that separated sections on the left links to <br/>.

Tested and works in Netscape Navigator 4.79 .


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352245 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-03-18 09:40:31 +00:00
parent b2523ab73c
commit fcf09a6e41

View File

@ -14,7 +14,7 @@
</xsl:template>
<xsl:template match="menu">
<hr/>
<br/>
<span class="s1"><xsl:value-of select="@label"/></span><br/>
<xsl:apply-templates/>
</xsl:template>