It can not used (&) but in Title show it as (&).

Comments

tyler.frankenstein’s picture

Title: Link Title & shows & » Link Title Ampersands (&) Render as &
Version: 7.x-1.0-alpha2 » 7.x-1.x-dev
Assigned: Lennard » Unassigned
Category: support » bug
Status: Needs work » Active

To elaborate on this issue, when placing an ampersand in a link title, the ampersand ends up being rendered like this:

&

For example, entering a title like this:

Food & Beverage

Will be rendered like this:

Food & Beverage

denix’s picture

Version: 7.x-1.x-dev » 7.x-1.0

I have the same, annoying, problem and I have not found a solution yet. I am using the stable 7.x-1.0 version

Webbeh’s picture

There's a quick solution in place from this thread:

https://drupal.org/node/1836632

Essentially, you're going to link.module and updating a line so that it parses HTML special characters like ampersands. It worked for me without much issue.

jkingsnorth’s picture

jkingsnorth’s picture

Status: Active » Closed (duplicate)