[Libreoffice-commits] help.git: help3xsl/online_transform.xsl
Olivier Hallot
olivier.hallot at libreoffice.org
Mon May 21 14:55:37 UTC 2018
help3xsl/online_transform.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1d9b92c466b2b920ff46987d1668f4494b9f743a
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date: Mon May 21 11:36:17 2018 -0300
Fix media path for en-US
Change-Id: If3a9667fa3dd8c1007132448a23e75d66279a192
Reviewed-on: https://gerrit.libreoffice.org/54640
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 9839891ba..899526f19 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>
More information about the Libreoffice-commits
mailing list