If text to be included in the input fields contains quotes, the form breaks. The attached patch passes the text through check_plain() before it is put into the value attribute of the input field.
On a related note, shouldn't this module be using the forms API more?
| Comment | File | Size | Author |
|---|---|---|---|
| translation_table_check_plain.patch | 968 bytes | geodaniel |
Comments
Comment #1
pasqualleShould be fixed with #451704: Various improvements