GNOME Bugzilla – Bug 329847
Quotes and backslashes are appear escaped in form fields
Last modified: 2006-03-24 10:48:22 UTC
After incompletely filling in the "Add new theme" form and submitting it the system will spit out an error like "Error, "" is not a valid submission url.". Any quotes (double or single) or backslashes that were filled in any of the "Theme name", "URL", "Description" fields will be backslashed. Resubmit the form and they will be re-backslashed again. Of course, only the damn magic_quotes_gpc are to blame here :D Cheers
2006-03-24 Thomas Wood <thos@gnome.org> * includes/common.inc.php: * submit_theme.php: Fix Bug 329847: Quotes and backslashes are appear escaped in form fields ...