Commit 3eef7a32 authored by Jérome Perrin's avatar Jérome Perrin

inline image should have absolute path, because in erp5_xhtml_style pages have...

inline image should have absolute path, because in erp5_xhtml_style pages have base set to the url of current document

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40796 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6917f46f
......@@ -315,7 +315,8 @@
<img src="images/transparent-image.gif"\n
tal:attributes="alt bt_title;\n
title bt_title;\n
class bt_class;"\n
class bt_class;\n
src string:${portal_url_string}/images/transparent-image.gif"\n
i18n:domain="ui" i18n:attributes="title;alt" />\n
\n
</th>\n
......
1047
\ No newline at end of file
1048
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment