b00a2e9
Apply this patch to
b00a2e9
/usr/share/xml/gnome/xslt/docbook/html/db2html-xref.xsl to fix the
b00a2e9
issue in http://bugzilla.gnome.org/show_bug.cgi?id=170074
b00a2e9
b00a2e9
Patch written by Tollef Fog Heen <tfheen@err.no>
b00a2e9
b00a2e9
--- gnome-doc-utils-0.2.0/xslt/docbook/html/db2html-xref.xsl	2005-03-13 00:55:50.904495855 +0100
b00a2e9
+++ gnome-doc-utils-0.2.0/xslt/docbook/html/db2html-xref.xsl	2005-03-06 20:39:48.000000000 +0100
b00a2e9
@@ -114,7 +114,7 @@
b00a2e9
         <xsl:copy-of select="$content"/>
b00a2e9
       </xsl:when>
b00a2e9
       <xsl:when test="$endterm">
b00a2e9
-        <xsl:apply-templates select="key('idkey', $endterm)"/>
b00a2e9
+        <xsl:value-of select="key('idkey', $endterm)" />
b00a2e9
       </xsl:when>
b00a2e9
       <xsl:otherwise>
b00a2e9
         <xsl:call-template name="db.xref.content">
b00a2e9