Wedge
Public area => Bug reports => The Pub => Archived fixes => Topic started by: live627 on February 23rd, 2013, 01:39 AM
-
When using quick edit, if the subject has a quotation mark, it turns into a backslash and everything after is truncated. Reproducible here.
Topic subject: This is a "test"
becomes this: This is a \
-
See http://wedge.org/pub/bugs/7661/minor-quick-edit-bug/
Same basic bug, all because we don't output everything as htmlspecialchars with ENT_QUOTES.
-
...and I was looking for that!