summaryrefslogtreecommitdiff
path: root/stylesheets/db2html.xsl.in
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/db2html.xsl.in')
-rw-r--r--stylesheets/db2html.xsl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/db2html.xsl.in b/stylesheets/db2html.xsl.in
index 1ebf44ea..b68f153a 100644
--- a/stylesheets/db2html.xsl.in
+++ b/stylesheets/db2html.xsl.in
@@ -68,7 +68,7 @@ FIXME: yelp:cache no longer works
<!-- == db.xref.target == -->
<xsl:template name="db.xref.target">
<xsl:param name="linkend"/>
- <xsl:value-of select="concat('#', $linkend)"/>
+ <xsl:value-of select="concat('xref:', $linkend)"/>
</xsl:template>
<!-- == db2html.css.custom == -->