summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2003-09-09 04:54:09 +0000
committerShaun McCance <shaunm@src.gnome.org>2003-09-09 04:54:09 +0000
commit570198e45b777e693a5fc53c093948f19e3d7318 (patch)
treea778af9187a51a7e816e2d349cdd5c4d30b70fab
parent69f58f14ebb7ea2db744875bdecf8aeccaf031f7 (diff)
downloadyelp-570198e45b777e693a5fc53c093948f19e3d7318.tar.gz
- Wrap TOC in <dl>
* stylesheets/yelp-customization.xsl: - Wrap TOC in <dl>
-rw-r--r--stylesheets/ChangeLog5
-rw-r--r--stylesheets/yelp-customization.xsl8
2 files changed, 11 insertions, 2 deletions
diff --git a/stylesheets/ChangeLog b/stylesheets/ChangeLog
index 2fe2ae7f..3d94e6c6 100644
--- a/stylesheets/ChangeLog
+++ b/stylesheets/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-08 Shaun McCance <shaunm@gnome.org>
+
+ * yelp-customization.xsl:
+ - Wrapped TOC in <dl>
+
2003-09-05 Danilo Ĺ egan <dsegan@gmx.net>
* l10n.xml: Added Previous, Next, Contents translation for
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index 2bd80e11..15ba98bb 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -615,7 +615,9 @@
<xsl:with-param name="key">TableofContents</xsl:with-param>
</xsl:call-template>
</b></p>
- <xsl:apply-templates select="yelp:get-divisions(.)" mode="toc"/>
+ <dl>
+ <xsl:apply-templates select="yelp:get-divisions(.)" mode="toc"/>
+ </dl>
</div>
</xsl:when>
<xsl:otherwise>
@@ -680,7 +682,9 @@
<xsl:with-param name="key">TableofContents</xsl:with-param>
</xsl:call-template>
</b></p>
- <xsl:apply-templates select="yelp:get-divisions(.)" mode="toc"/>
+ <dl>
+ <xsl:apply-templates select="yelp:get-divisions(.)" mode="toc"/>
+ </dl>
</div>
<xsl:call-template name="yelp.navbar.bottom">
<xsl:with-param name="node" select="."/>