index ad26a5abbe8d82fb6159daf913a0c10fadfec79c..434e69d8e37e3ae0258e673c0d5e9f765d421a03 100644 (file)
<xsl:call-template name="inline.monoseq"/>
</xsl:template>
+<!-- bug fix from <https://sourceforge.net/p/docbook/bugs/1360/#831b> -->
+
+<xsl:template match="varlistentry/term" mode="xref-to">
+ <xsl:param name="verbose" select="1"/>
+ <xsl:apply-templates mode="no.anchor.mode"/>
+</xsl:template>
+
</xsl:stylesheet>