Wedge

Public area => Bug reports => The Pub => Archived fixes => Topic started by: live627 on February 23rd, 2013, 01:39 AM

Title: Quick edit bug: Quotes turn into backslash
Post 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 \
Title: Re: Quick edit bug: Quotes turn into backslash
Post by: Arantor on February 23rd, 2013, 01:42 AM
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.
Title: Re: Quick edit bug: Quotes turn into backslash
Post by: live627 on February 23rd, 2013, 01:48 AM
...and I was looking for that!