[Libreoffice-commits] help.git: help3xsl/online_transform.xsl
Olivier Hallot
olivier.hallot at libreoffice.org
Tue Mar 20 13:46:56 UTC 2018
help3xsl/online_transform.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 679dee887342141b13717794445795b068e68258
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date: Tue Mar 20 10:08:35 2018 -0300
Fix path for images in offline/online help pages
Change-Id: I69a09398a3465ba3fb8eee953e4d9df67ee9ec84
Reviewed-on: https://gerrit.libreoffice.org/51639
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 743419d67..0e3a64950 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -1042,7 +1042,7 @@
<xsl:value-of select="concat($target,$tmp0,'/ui/', $tmp2, '/',$lang,'/',$tmp3)"/>
</xsl:when>
<xsl:otherwise>
- <xsl:value-of select="concat($target,'/', at src)"/>
+ <xsl:value-of select="concat($target, at src)"/>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
More information about the Libreoffice-commits
mailing list