help3/xhpeditor/ed_transform.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 395b50b7d1dfbf4375afec3f4000e9388706135d Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Wed Jan 22 13:56:23 2020 -0300 Commit: Olivier Hallot <olivier.hal...@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.hal...@libreoffice.org> Tested-by: Olivier Hallot <olivier.hal...@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/',@src)"/> + <xsl:value-of select="concat($source,'/',@src)"/> </xsl:when> <!-- handle icons --> <xsl:when test="not(starts-with(@src,'media/'))"> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits