help3xsl/online_transform.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d9b92c466b2b920ff46987d1668f4494b9f743a
Author: Olivier Hallot <[email protected]>
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 <[email protected]>
    Reviewed-by: Olivier Hallot <[email protected]>

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>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to