Changeset 428
- Timestamp:
- 06/24/09 17:30:54 (15 months ago)
- Files:
-
- 1 modified
-
trunk/src/dm/view/manipulator.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dm/view/manipulator.py
r420 r428 677 677 return self.__unicode__() 678 678 elif webkitName == 'django' and webkitVersion == '0.96': 679 html = str(self.formfield.render(self.data))679 html = unicode(self.formfield.render(self.data)).encode('utf8', 'ignore') 680 680 if self.error_list: 681 681 return '<div class="field-with-error">' + html + '</div>'
