diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-21 11:36:17 -0300 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-07 17:55:29 +0200 |
commit | 7566e2ad4a70ba14146c7a2cd7d1e42ee09192dd (patch) | |
tree | 235ce8dc238879de747c9549624c35568ba52c6e | |
parent | dc18c0b4b8889a4189810a2849c7de2a79e492d6 (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>
-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 5e00661fb8..d19a1fff4b 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> |