Commit 2cbe2374 authored by Davis King's avatar Davis King

Simplified the XML in the term_index.xml file.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403033
parent 70ab1602
......@@ -750,6 +750,9 @@
<xsl:when test="@link">
<li><a href="{@link}"><xsl:value-of select="@name"/></a></li>
</xsl:when>
<xsl:when test="@file">
<li><a href="{@file}#{@name}"><xsl:value-of select="@name"/></a></li>
</xsl:when>
<xsl:otherwise>
<li> <xsl:value-of select="@name"/>
<ul>
......
This diff is collapsed.
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