Closed (duplicate)
Project:
Link
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2011 at 03:42 UTC
Updated:
28 Feb 2014 at 09:00 UTC
Jump to comment: Most recent
It can not used (&) but in Title show it as (&).
Comments
Comment #1
tyler.frankenstein commentedTo 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 & BeverageWill be rendered like this:
Food & BeverageComment #2
denix commentedI have the same, annoying, problem and I have not found a solution yet. I am using the stable 7.x-1.0 version
Comment #3
WebbehThere'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.
Comment #4
jkingsnorth commentedMarking as duplicate of #1836632: Double HTML escaping when using plain_title formatter
Comment #5
jkingsnorth commented