Closed
Bug 587825
Opened 15 years ago
Closed 15 years ago
Couple validation errors due to unescaped ampersand
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
developer.mozilla.org Graveyard
Wiki pages
Tracking
(Not tracked)
VERIFIED
FIXED
0.9
People
(Reporter: stephend, Unassigned)
References
()
Details
I don't think I'd block-ship on this (we can move this out of 0.9, if needed), but there are a couple validation errors on the homepage:
http://html5.validator.nu/?doc=http%3A%2F%2Fmdn.staging.mozilla.com%2Fen-US%2F
Error: & did not start a character reference. (& probably should have been escaped as &.)
At line 79, column 39
ewtopic.php?f=3&t=5"
Error: & did not start a character reference. (& probably should have been escaped as &.)
At line 293, column 41
ewtopic.php?f=3&t=5">
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Version: MDN → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Website → Landing pages
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•