Commit 96e13636 authored by Jérome Perrin's avatar Jérome Perrin

Don't translate <span></span>

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17841 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5560641d
......@@ -86,7 +86,7 @@
<li tal:repeat="action actions"\n
tal:attributes="class python: action == current_action and \'selected\' or \'not_selected\'">\n
<a tal:attributes="href python: \'%s%s%s\' % (action[\'url\'], \'?\' in action[\'url\'] and \'&amp;\' or \'?\', http_parameters)"\n
i18n:translate="" i18n:domain="ui"><span tal:content="action/name">action_name</span></a>\n
><span i18n:translate="" i18n:domain="ui" tal:content="action/name">action_name</span></a>\n
</li>\n
</ul>\n
</div>\n
......
444
\ No newline at end of file
445
\ 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