Commit 80ae72de authored by Arnaud Fontaine's avatar Arnaud Fontaine

make_hidden_input already returns valid XHTML, so no need to perform a

replace on the returned value to make it valid


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43960 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 353a25b2
......@@ -77,7 +77,7 @@
" />\n
</tal:block>\n
<tal:block metal:define-macro="http_definitions">\n
<tal:block tal:replace="structure python: modules[\'ZTUtils\'].make_hidden_input(**http_parameter_list).replace(\'>\', \' />\')" />\n
<tal:block tal:replace="structure python: modules[\'ZTUtils\'].make_hidden_input(**http_parameter_list)" />\n
</tal:block>\n
</tal:block>\n
......
1066
\ No newline at end of file
1067
\ 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