summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vesik <sander@src.gnome.org>2002-05-22 23:20:41 +0000
committerSander Vesik <sander@src.gnome.org>2002-05-22 23:20:41 +0000
commitb9f5cbbc290d0966dc59173923c67f4c1f328f61 (patch)
tree2e13feedc6fbd750e385dc5b6e786ee565f57628
parentdfe27fa02ece1a5008ecfc035bb7d7817fa6dd8b (diff)
downloadyelp-b9f5cbbc290d0966dc59173923c67f4c1f328f61.tar.gz
un-conditionalize toc display on sect1/sect2
-rw-r--r--stylesheets/yelp-customization.xsl4
1 files changed, 0 insertions, 4 deletions
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index 2ea6c703..3b46c42e 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -289,16 +289,12 @@
<xsl:choose>
<xsl:when test="$doit=1">
<td align="center" width="33%">
- <xsl:choose>
- <xsl:when test="local-name($node)='sect1' or local-name($node)='sect2'">
<a accesskey="u">
<xsl:attribute name="href">
<xsl:call-template name="article.toc.ref"/>
</xsl:attribute>
<xsl:text>Contents</xsl:text>
</a>
- </xsl:when>
- </xsl:choose>
</td>
</xsl:when>
<xsl:otherwise>