summaryrefslogtreecommitdiff
path: root/help3
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-01-22 13:56:23 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-01-22 18:04:09 +0100
commit395b50b7d1dfbf4375afec3f4000e9388706135d (patch)
treeead549e9b94932bbd9ec4ef5790bdcdf53c8269e /help3
parent75b3959ac87dff07be6be2e26e67986573aaad0c (diff)
xhpeditor: Fix generic image rendering
Change-Id: I0dbdab15d07bf0ef097c0713d2f1e8f3ade3954b Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/87203 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3')
-rw-r--r--help3/xhpeditor/ed_transform.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3/xhpeditor/ed_transform.xsl b/help3/xhpeditor/ed_transform.xsl
index 13866db7..62ff4bd0 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/',@src)"/>
+ <xsl:value-of select="concat($source,'/',@src)"/>
</xsl:when>
<!-- handle icons -->
<xsl:when test="not(starts-with(@src,'media/'))">