Commit 70a0a299 authored by Davis King's avatar Davis King

Fixed minor bug in htmlhelp stylesheet.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403437
parent b3dda2df
......@@ -50,7 +50,7 @@
</OBJECT>
</LI>
<UL>
<xsl:for-each select="item">
<xsl:for-each select="item | chm/item">
<xsl:sort select="translate(concat(name,.),$lcletters, $ucletters)"/>
<xsl:apply-templates select=".">
<xsl:with-param name="xml_file" select="$xml_file"/>
......@@ -60,7 +60,7 @@
</UL>
</xsl:when>
<xsl:otherwise>
<xsl:for-each select="item">
<xsl:for-each select="item | chm/item">
<xsl:sort select="translate(concat(name,.),$lcletters, $ucletters)"/>
<xsl:apply-templates select=".">
<xsl:with-param name="xml_file" select="$xml_file"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment