Content output from the Daily module is appearing at the browser with its HTML entities seemingly unparsed. This is the case in both the calendars and in admin/help/daily.
When the source is viewed in the browser, "»" is instead "»".
(PHP-5.0.4 on Apache)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | daily-entities.diff | 3.33 KB | Frodo Looijaard |
Comments
Comment #1
Frodo Looijaard commentedBoth issues were caused by the new semantics of the l() function (it used to interpret the link text by default, now it does only if you add an extra parameter).
I have fixed this in both DRUPAL-4-6-0 and HEAD; new modules should appear automatically in a few hours. I have attached the patch too.
Thank you for your bug report,
Frodo
Comment #2
(not verified) commented