Commit 20c7883c authored by Nicolas Delaby's avatar Nicolas Delaby

should be part of r40525

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40528 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6d57dcff
......@@ -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)
......
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