summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2003-09-01 04:44:45 +0000
committerShaun McCance <shaunm@src.gnome.org>2003-09-01 04:44:45 +0000
commitfaed13d689d2cfa7f65f572625e6de904e392c94 (patch)
tree7461144baf666cda73f4bd431ec7591b0c7b76f8
parent9375094560b7caa7960e7ef282b4a52c78a44e16 (diff)
downloadyelp-faed13d689d2cfa7f65f572625e6de904e392c94.tar.gz
- Fixed bad anchor tag on certain headers.
* yelp-customization.xsl: - Fixed bad anchor tag on certain headers.
-rw-r--r--stylesheets/ChangeLog5
-rw-r--r--stylesheets/yelp-customization.xsl4
2 files changed, 7 insertions, 2 deletions
diff --git a/stylesheets/ChangeLog b/stylesheets/ChangeLog
index 61c91c18..496858a9 100644
--- a/stylesheets/ChangeLog
+++ b/stylesheets/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-31 Shaun McCance <shaunm@wolfram.com>
+
+ * yelp-customization.xsl:
+ - Fixed bad anchor tag on certain headers.
+
2003-08-12 Shaun McCance <shaunm@wolfram.com>
* yelp-functions.xsl:
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index 8d148aab..2bd80e11 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -425,8 +425,8 @@
</xsl:when>
<xsl:when test="yelp:get-title-text(.)">
<h2 class="title">
- <a><xsl:attribute name="href">
- <xsl:call-template name="yelp.titlepage.ref"/>
+ <a><xsl:attribute name="name">
+ <xsl:call-template name="href.target"/>
</xsl:attribute></a>
<xsl:value-of select="yelp:get-title-text(.)"/>
</h2>