Commit e5ea2ff1 authored by Ivan Tyagov's avatar Ivan Tyagov

Replace '/' with '_' in gadget ids (HTML)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33686 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e8f5fa2c
......@@ -71,7 +71,7 @@
\n
<div class="block" \n
tal:condition="python: gadget is not None"\n
tal:attributes="id python: \'%s/%s\' %(here.getRelativeUrl(), box_id)">\n
tal:attributes="id python: \'%s_%s\' %(here.getRelativeUrl().replace(\'/\',\'_\'), box_id)">\n
\n
<h3 class="handle">\n
<span class="handle">\n
......
488
\ No newline at end of file
489
\ 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