help3xsl/online_transform.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 679dee887342141b13717794445795b068e68258 Author: Olivier Hallot <[email protected]> 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 <[email protected]> Tested-by: Olivier Hallot <[email protected]> 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,'/',@src)"/> + <xsl:value-of select="concat($target,@src)"/> </xsl:otherwise> </xsl:choose> </xsl:when> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
