summaryrefslogtreecommitdiff
path: root/help3xsl/link.txt.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/link.txt.xsl')
-rw-r--r--help3xsl/link.txt.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/link.txt.xsl b/help3xsl/link.txt.xsl
index 0d3c219f55..041e7d7d47 100644
--- a/help3xsl/link.txt.xsl
+++ b/help3xsl/link.txt.xsl
@@ -1717,7 +1717,7 @@ Stylesheet map Colibre icon images from link.txt
<xsl:when test="$src1='cmd/sc_cellprotection.png'"><xsl:text>cmd/sc_protect.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/lc_cellprotection.png'"><xsl:text>cmd/lc_protect.png</xsl:text></xsl:when>
-<xsl:otherwise><xsl:text select="$src1"/></xsl:otherwise>
+<xsl:otherwise><xsl:value-of select="$src1"/></xsl:otherwise>
</xsl:choose>
</xsl:template>