summaryrefslogtreecommitdiffstats
path: root/kdoctools/docbook/xsl/html/inline.xsl
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 07:08:17 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 07:08:17 +0000
commit9f96d6383157631aa9a8d087b3966d47e7b06899 (patch)
treecb7b064cb0e329f8334d9bca1592af674d26ac4a /kdoctools/docbook/xsl/html/inline.xsl
parent73a98149e76c195571c8b9b3ecd6753f204ccd97 (diff)
downloadtdelibs-9f96d6383157631aa9a8d087b3966d47e7b06899.tar.gz
tdelibs-9f96d6383157631aa9a8d087b3966d47e7b06899.zip
Repair accidental damage to meinproc/docbook caused by prior commit
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211188 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/docbook/xsl/html/inline.xsl')
-rw-r--r--kdoctools/docbook/xsl/html/inline.xsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdoctools/docbook/xsl/html/inline.xsl b/kdoctools/docbook/xsl/html/inline.xsl
index cadce2ec0..b1d1965dd 100644
--- a/kdoctools/docbook/xsl/html/inline.xsl
+++ b/kdoctools/docbook/xsl/html/inline.xsl
@@ -50,7 +50,7 @@
<!-- if the href starts with # and does not contain an "(" -->
<!-- or if the href starts with #xpointer(id(, it's just an ID -->
<xsl:when test="starts-with(@xlink:href,'#')
- and (not(tqcontains(@xlink:href,'&#40;'))
+ and (not(contains(@xlink:href,'&#40;'))
or starts-with(@xlink:href,'#xpointer&#40;id&#40;'))">
<xsl:variable name="idref">
<xsl:call-template name="xpointer.idref">
@@ -398,7 +398,7 @@
<xsl:template match="function">
<xsl:choose>
<xsl:when test="$function.parens != '0'
- and (parameter or function or tqreplaceable)">
+ and (parameter or function or replaceable)">
<xsl:variable name="nodes" select="text()|*"/>
<xsl:call-template name="inline.monoseq">
<xsl:with-param name="content">
@@ -426,7 +426,7 @@
</xsl:if>
</xsl:template>
-<xsl:template match="function/tqreplaceable" priority="2">
+<xsl:template match="function/replaceable" priority="2">
<xsl:call-template name="inline.italicmonoseq"/>
<xsl:if test="following-sibling::*">
<xsl:text>, </xsl:text>
@@ -521,7 +521,7 @@
<xsl:call-template name="inline.monoseq"/>
</xsl:template>
-<xsl:template match="tqreplaceable" priority="1">
+<xsl:template match="replaceable" priority="1">
<xsl:call-template name="inline.italicmonoseq"/>
</xsl:template>
@@ -823,7 +823,7 @@
<xsl:variable name="chunkbase">
<xsl:choose>
- <xsl:when test="tqcontains($glosschunk, '#')">
+ <xsl:when test="contains($glosschunk, '#')">
<xsl:value-of select="substring-before($glosschunk, '#')"/>
</xsl:when>
<xsl:otherwise>