textarea bug
Ian Bicking <[email protected]> Tue, 1 Jun 2004 02:01:52 -0500
| Newsgroups | gmane.comp.pythin.pyds.devel |
|---|---|
| Message-ID | <[email protected]> |
When posting weblog entries, the edit form's <textarea> does not quote its contents. When you have incorrect HTML (in my case missing a ") it can cause all sorts of problems, rendering the form unusable so you can't edit or delete the entry. At least editing can, I believe, be fixed with quoting. There may still be problems if you try to preview the HTML somewhere in the form, but at least editing should be safer. Ian