summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins/hadifix/SSMLtoTxt2pho.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/plugins/hadifix/SSMLtoTxt2pho.xsl')
-rw-r--r--kttsd/plugins/hadifix/SSMLtoTxt2pho.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/plugins/hadifix/SSMLtoTxt2pho.xsl b/kttsd/plugins/hadifix/SSMLtoTxt2pho.xsl
index afa9b43..5a81c8f 100644
--- a/kttsd/plugins/hadifix/SSMLtoTxt2pho.xsl
+++ b/kttsd/plugins/hadifix/SSMLtoTxt2pho.xsl
@@ -113,7 +113,7 @@
</xsl:variable>
<!-- Look for first period and space and extract corresponding substring from original. -->
<xsl:choose>
- <xsl:when test="tqcontains($tmp, '. ')">
+ <xsl:when test="contains($tmp, '. ')">
<xsl:value-of select="substring($paragraph, 1, string-length(substring-before($tmp, '. '))+2)"/>
</xsl:when>
<xsl:otherwise>