diff options
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 9839891ba9..899526f195 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -1337,7 +1337,7 @@ <xsl:value-of select="concat(substring-before($string, $tmpfn),$lang,'/',$tmpfn)"/> </xsl:when> <xsl:otherwise> - <xsl:value-of select="concat($target,$string)"/> + <xsl:value-of select="$string"/> </xsl:otherwise> </xsl:choose> </xsl:template> |