[Libreoffice-commits] dev-tools.git: help3/xhpeditor
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 22 17:04:27 UTC 2020
help3/xhpeditor/ed_transform.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 395b50b7d1dfbf4375afec3f4000e9388706135d
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Wed Jan 22 13:56:23 2020 -0300
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Wed Jan 22 18:04:09 2020 +0100
xhpeditor: Fix generic image rendering
Change-Id: I0dbdab15d07bf0ef097c0713d2f1e8f3ade3954b
Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/87203
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/help3/xhpeditor/ed_transform.xsl b/help3/xhpeditor/ed_transform.xsl
index 13866db..62ff4bd 100644
--- a/help3/xhpeditor/ed_transform.xsl
+++ b/help3/xhpeditor/ed_transform.xsl
@@ -935,7 +935,7 @@
</xsl:when>
<!-- generic media file -->
<xsl:when test="starts-with(@src,'media/')">
- <xsl:value-of select="concat($source,'/source/', at src)"/>
+ <xsl:value-of select="concat($source,'/', at src)"/>
</xsl:when>
<!-- handle icons -->
<xsl:when test="not(starts-with(@src,'media/'))">
More information about the Libreoffice-commits
mailing list