Changeset 15597 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 20 Sep 2019, 12:00:07 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/helpers.py
r15595 r15597 886 886 tag_attrs[key] = val 887 887 if 'name' in tag_attrs and 'value' in tag_attrs: 888 self.form_vars[tag_attrs['name']] = tag_attrs['value']888 self.form_vars[tag_attrs['name']] = unicode(tag_attrs['value']) 889 889 890 890
Note: See TracChangeset for help on using the changeset viewer.