diff options
Diffstat (limited to 'kdoctools/docbook/xsl/html/xref.xsl')
-rw-r--r-- | kdoctools/docbook/xsl/html/xref.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdoctools/docbook/xsl/html/xref.xsl b/kdoctools/docbook/xsl/html/xref.xsl index 61fe67396..3c4e5539d 100644 --- a/kdoctools/docbook/xsl/html/xref.xsl +++ b/kdoctools/docbook/xsl/html/xref.xsl @@ -214,7 +214,7 @@ <!-- if you xref to a title, xref to the parent... --> <xsl:choose> <!-- FIXME: how reliable is this? --> - <xsl:when test="tqcontains(local-name(parent::*), 'info')"> + <xsl:when test="contains(local-name(parent::*), 'info')"> <xsl:apply-templates select="parent::*[2]" mode="xref-to"> <xsl:with-param name="referrer" select="$referrer"/> <xsl:with-param name="xrefstyle" select="$xrefstyle"/> |