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

ctpmp’s picture

edit: displays as "Help & amp ; Resources".

Bricks and Clicks Marketing’s picture

Is there a fix for this?

anydigital’s picture

Status: Active » Fixed

Fixed with commit f7620b6.

Wait a bit while dev snapshot is regenerated and try the latest dev version of Tweme!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.