Closed
Bug 246045
Opened 21 years ago
Closed 21 years ago
Special characters display in bookmarks as raw HTML
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 246419
People
(Reporter: mozilla, Assigned: p_ch)
Details
(Keywords: regression)
Using 20040608 trunk
A bookmark named "Joe's Diner" will display as "Joe's Diner" on the Personal
Toolbar. This regressed since the 20040601 build.
| Reporter | ||
Comment 1•21 years ago
|
||
This happens because Firefox mistakenly re-escapes the ampersand in HTML
entities in bookmarks. A bookmark that appears as follows:
<A HREF="http://www.foo.com/">Joe's Diner</A>
is changed to
<A HREF="http://www.foo.com/">Joe&#39;s Diner</A>
Notice how the ampersand is re-escaped.
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 245758 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•21 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Reporter | ||
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 246419 ***
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → DUPLICATE
Comment 4•19 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•