Closed
Bug 850155
Opened 13 years ago
Closed 13 years ago
html5 errors found at /home
Categories
(support.mozilla.org :: Code Quality, task)
support.mozilla.org
Code Quality
Tracking
(Not tracked)
VERIFIED
FIXED
2013Q1
People
(Reporter: georgevidalakis, Assigned: rrosario)
Details
(Whiteboard: u=dev c=general p=0 s=2013.6)
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20130310 Firefox/21.0
Build ID: 20130310042012
Steps to reproduce:
I checked https://support.mozilla.org/el/home at W3C html validator ( http://validator.w3.org ).
Actual results:
It found the following html5 errors:
Line 44, Column 15: & did not start a character reference. (& probably should have been escaped as &.)
<a href="?&mobile=1">
Error Line 228, Column 23: & did not start a character reference. (& probably should have been escaped as &.)
<li><a href="?&mobile=1">Switch to mobile site</a></li>
Expected results:
There should not be any errors.
| Reporter | ||
Updated•13 years ago
|
Component: General → Code Quality
| Assignee | ||
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: u=dev c=general p=0 s=2013.backlog [mentor=r1cky]
| Assignee | ||
Comment 1•13 years ago
|
||
I fixed this now:
https://github.com/mozilla/kitsune/commit/76478e53ea13882b2b1a399e9bc3ed9fcf3a3a01
Assignee: nobody → rrosario
Whiteboard: u=dev c=general p=0 s=2013.backlog [mentor=r1cky] → u=dev c=general p=0 s=2013.6
Target Milestone: --- → 2013Q1
| Assignee | ||
Comment 2•13 years ago
|
||
Oops I didnt mark as FIXED!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•