diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-21 11:36:17 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-21 16:55:11 +0200 |
commit | 1d9b92c466b2b920ff46987d1668f4494b9f743a (patch) | |
tree | f1cbd769e61a04769e7a9394ca4711aaa45fc592 /help3xsl | |
parent | ffe3c4dc36948c44fc17b860c3b5020131cd391c (diff) |
Fix media path for en-US
Change-Id: If3a9667fa3dd8c1007132448a23e75d66279a192
Reviewed-on: https://gerrit.libreoffice.org/54640
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
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> |