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)

CommentFileSizeAuthor
#1 daily-entities.diff3.33 KBFrodo Looijaard

Comments

Frodo Looijaard’s picture

Assigned: Unassigned » Frodo Looijaard
StatusFileSize
new3.33 KB

Both 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

Anonymous’s picture