html tidy problem because of missing utf8 convert for ID, FOR in html select list
mibfire - May 14, 2009 - 15:01
| Project: | Webform |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
If utf8 text was added to select list(option) there wasnt good utf8 convert in ID, FOR when html was generated, so the thml wasnt valid! This patch fix it.
| Attachment | Size |
|---|---|
| select_utf8convert.inc_.patch | 1.83 KB |

#1
I think this patch would cause existing forms to break, since previously the data being saved was unfiltered, after this patch the values will be filtered, causing the data to become split between filtered and unfiltered data. I might be wrong though, I haven't yet tried to test out the patch.
#2
This patch has been working perfectly for me.