We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aec51a commit 857d81aCopy full SHA for 857d81a
index.zh_CN.xsl
@@ -51,7 +51,10 @@
51
<xsl:for-each select="//entry/category[@name=current()/@name]/..">
52
<xsl:sort select="@name"/>
53
<xsl:if test="not(following::entry[1]/@name=@name)">
54
- <li><xsl:value-of select="@name"/><xsl:if test="@type='method'">()</xsl:if></li>
+ <li><a>
55
+ <xsl:attribute name="href"><xsl:value-of select="@name"/>.htm</xsl:attribute>
56
+ <xsl:value-of select="@name"/><xsl:if test="@type='method'">()</xsl:if>
57
+ </a></li>
58
</xsl:if>
59
</xsl:for-each>
60
</ul>
0 commit comments