Closed (fixed)
Project:
Tweme
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2013 at 16:15 UTC
Updated:
2 Jun 2013 at 21:40 UTC
If a menu item is entered with an ampersand (e.g. "Help & Resources") it displays as "Help & Resources".
line 22 of includes/menu.inc is
$title = check_plain($elem['#title']);
later, the $title is run through l() which will check_plain() that title again.
line 62
$out .= l($title, $elem['#href'], $options);
Comments
Comment #1
ctpmp commentededit: displays as "Help & amp ; Resources".
Comment #2
Bricks and Clicks MarketingIs there a fix for this?
Comment #3
anton-staroverov commentedFixed with commit f7620b6.
Wait a bit while dev snapshot is regenerated and try the latest dev version of Tweme!