Closed
Bug 884769
Opened 12 years ago
Closed 12 years ago
Forum index doesn't validate
Categories
(support.mozilla.org :: Forum, task, P4)
support.mozilla.org
Forum
Tracking
(Not tracked)
RESOLVED
FIXED
2013Q3
People
(Reporter: scoobidiver, Assigned: tdowner)
Details
(Whiteboard: u=dev c=general p=0 s=2013.14 [mentor=r1cky])
There are three errors in the forum index page.
See http://validator.w3.org/check?uri=https%3A%2F%2Fsupport.mozilla.org%2Fen-US%2Fforums&charset=%28detect+automatically%29&doctype=Inline&group=0
Updated•12 years ago
|
Whiteboard: u=dev c=general p= s=2013.backlog [mentor=r1cky]
In the line 317 to 323, you must write
</ol>
</div>
</article>
</div>
instead of :
</ol>
</article>
</div>
</div>
And the page is valid
Comment 2•12 years ago
|
||
(In reply to Gilles from comment #1)
Thanks Gilles! Interested in submitting a pull request for this? The file to fix is:
https://github.com/mozilla/kitsune/blob/master/kitsune/forums/templates/forums/forums.html
| Assignee | ||
Comment 3•12 years ago
|
||
Updated•12 years ago
|
Assignee: nobody → tdowner
Priority: -- → P4
Whiteboard: u=dev c=general p= s=2013.backlog [mentor=r1cky] → u=dev c=general p=0 s=2013.14 [mentor=r1cky]
Target Milestone: --- → 2013Q3
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Deployed to prod.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•