mirror of https://github.com/apache/poi.git
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:
parent
6d39630e86
commit
94f7dc0ef5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue