summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Baudais <drake@gnome.org>2003-06-17 21:03:59 +0000
committerEric Baudais <drake@src.gnome.org>2003-06-17 21:03:59 +0000
commit0fc03388d244e1e0a93e063f256c8b500fb424c7 (patch)
tree63a95892cf85b82fb6b9b39d48f94659b153e446
parented012fe9da00264aff531a62d6e23a9bea331688 (diff)
downloadyelp-0fc03388d244e1e0a93e063f256c8b500fb424c7.tar.gz
yelp-custom.xsl: Applied Alexander's patch for bug #100476.
2003-06-17 Eric Baudais <drake@gnome.org> yelp-custom.xsl: Applied Alexander's patch for bug #100476.
-rw-r--r--stylesheets/ChangeLog4
-rw-r--r--stylesheets/yelp-custom.xsl4
2 files changed, 6 insertions, 2 deletions
diff --git a/stylesheets/ChangeLog b/stylesheets/ChangeLog
index 1d06631e..898701a1 100644
--- a/stylesheets/ChangeLog
+++ b/stylesheets/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-16 Eric Baudais <drake@gnome.org>
+
+ * yelp-custom.xsl: Applied Alexander's patch for bug #100476.
+
2003-06-16 Pablo Saratxaga <pablo@mandrakesoft.com>
* l10n.xml: Added Walloon, Spanish and French.
diff --git a/stylesheets/yelp-custom.xsl b/stylesheets/yelp-custom.xsl
index 73606485..ff186960 100644
--- a/stylesheets/yelp-custom.xsl
+++ b/stylesheets/yelp-custom.xsl
@@ -258,9 +258,9 @@
<xsl:otherwise>+</xsl:otherwise>
</xsl:choose>
</xsl:variable>
- <xsl:for-each select="./*">
+ <xsl:for-each select="*">
<xsl:if test="position()>1"><xsl:value-of select="$joinchar"/></xsl:if>
- <xsl:apply-templates/>
+ <xsl:apply-templates select="."/>
</xsl:for-each>
</xsl:template>