[Erp5-report] r43960 arnaud.fontaine - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_st...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 4 07:12:18 CET 2011


Author: arnaud.fontaine
Date: Fri Mar  4 07:12:17 2011
New Revision: 43960

URL: http://svn.erp5.org?rev=43960&view=rev
Log:
make_hidden_input already returns valid XHTML, so no need to perform a
replace on the returned value to make it valid

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml?rev=43960&r1=43959&r2=43960&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml [utf8] Fri Mar  4 07:12:17 2011
@@ -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
 

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=43960&r1=43959&r2=43960&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Fri Mar  4 07:12:17 2011
@@ -1 +1 @@
-1066
\ No newline at end of file
+1067
\ No newline at end of file



More information about the Erp5-report mailing list