summaryrefslogtreecommitdiff
path: root/help3xsl/get_url.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/get_url.xsl')
-rw-r--r--help3xsl/get_url.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/get_url.xsl b/help3xsl/get_url.xsl
index f7a032749a..0f9a3f1a5d 100644
--- a/help3xsl/get_url.xsl
+++ b/help3xsl/get_url.xsl
@@ -57,7 +57,7 @@ parameters in URLS-->
<xsl:otherwise><xsl:value-of select="concat(substring-before($aux,'?'),'%3F',substring-after($aux,'?'))"/></xsl:otherwise>
</xsl:choose>
<xsl:text>':'</xsl:text>
- <xsl:value-of select="$href"/><xsl:text>',&#xA;</xsl:text>
+ <xsl:value-of select="concat($href,'#',@id)"/><xsl:text>',&#xA;</xsl:text>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>