[Erp5-report] r40528 nicolas - /erp5/trunk/products/Formulator/Widget.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 23 11:30:22 CET 2010


Author: nicolas
Date: Tue Nov 23 11:30:22 2010
New Revision: 40528

URL: http://svn.erp5.org?rev=40528&view=rev
Log:
should be part of r40525

Modified:
    erp5/trunk/products/Formulator/Widget.py

Modified: erp5/trunk/products/Formulator/Widget.py
URL: http://svn.erp5.org/erp5/trunk/products/Formulator/Widget.py?rev=40528&r1=40527&r2=40528&view=diff
==============================================================================
--- erp5/trunk/products/Formulator/Widget.py [utf8] (original)
+++ erp5/trunk/products/Formulator/Widget.py [utf8] Tue Nov 23 11:30:22 2010
@@ -274,7 +274,7 @@ class Widget:
     text_p_node = Element(text_p_tag_name, nsmap=NSMAP)
     text_p_attribute_list = attr_dict.get(text_p_tag_name)
     if text_p_attribute_list:
-      text_p_node.attrib.update(text_p_attribute_dict)
+      text_p_node.attrib.update(text_p_attribute_list[0])
 
     text_span_tag_name = '{%s}%s' % (TEXT_URI, 'span')
     text_span_node =  Element(text_span_tag_name, nsmap=NSMAP)




More information about the Erp5-report mailing list