summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-05-21 11:36:17 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-05-21 16:55:11 +0200
commit1d9b92c466b2b920ff46987d1668f4494b9f743a (patch)
treef1cbd769e61a04769e7a9394ca4711aaa45fc592
parenttdf#117593 l10n of collateral file pivot.ods (diff)
downloadhelp-1d9b92c466b2b920ff46987d1668f4494b9f743a.tar.gz
help-1d9b92c466b2b920ff46987d1668f4494b9f743a.zip
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>
-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 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>