summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/online_transform.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 6176574c33..c398e97a5e 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -900,7 +900,7 @@
</xsl:when>
<xsl:otherwise>
- <xsl:value-of disable-output-escaping="yes" select="$string"/>
+ <xsl:value-of select="$string"/>
</xsl:otherwise>
</xsl:choose>