summaryrefslogtreecommitdiffstats
path: root/kdoctools/docbook/xsl/html/task.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'kdoctools/docbook/xsl/html/task.xsl')
-rw-r--r--kdoctools/docbook/xsl/html/task.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdoctools/docbook/xsl/html/task.xsl b/kdoctools/docbook/xsl/html/task.xsl
index faa9fedde..33e9eef6d 100644
--- a/kdoctools/docbook/xsl/html/task.xsl
+++ b/kdoctools/docbook/xsl/html/task.xsl
@@ -21,7 +21,7 @@
<xsl:variable name="placement">
<xsl:choose>
- <xsl:when test="contains($param.placement, ' ')">
+ <xsl:when test="tqcontains($param.placement, ' ')">
<xsl:value-of select="substring-before($param.placement, ' ')"/>
</xsl:when>
<xsl:when test="$param.placement = ''">before</xsl:when>