Closed (fixed)
Project:
Signup
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 May 2006 at 23:55 UTC
Updated:
14 Jun 2006 at 00:02 UTC
l() already does a check_plain() on the text you give it, so since we were passing it something wrapped in check_plain(), we were double escaping, which made events with quotes in the title show up all funny in the message. while i was at it, i added '.' to the end of the messages, as specified here: http://api.drupal.org/api/head/function/drupal_set_message.
| Comment | File | Size | Author |
|---|---|---|---|
| signup_double_escape_title.patch | 1.84 KB | dww |
Comments
Comment #1
dwwapplied to HEAD, 4.7 and 4.6. 1 hunk failed against 4.7 and HEAD, since one of the drupal_set_message() calls had been removed. but otherwise, this required no additional porting or modification.
Comment #2
(not verified) commented