Commit 52c19eaf authored by Jérome Perrin's avatar Jérome Perrin

close this img tag to have valid XHTML



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23790 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6d6cfeda
......@@ -61,7 +61,7 @@
id tab/id"><a href="view"\n
tal:attributes="href python:\'%s/view?erp5_site_selected_tab=%s\' % (current_url, tab[\'id\'])">\n
<span>\n
<img tal:attributes="src python:tab[\'icon\'] ; alt python:tab[\'id\']" width="16px" height="16px">\n
<img tal:attributes="src python:tab[\'icon\'] ; alt python:tab[\'id\']" width="16px" height="16px"/>\n
<tal:block i18n:translate="" i18n:domain="ui" tal:content="tab/title" /></span></a></li></ul>\n
</tal:block>\n
......
611
\ No newline at end of file
612
\ 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