Closed
Bug 768653
Opened 13 years ago
Closed 13 years ago
<div class="pager-content"> is not closed
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: icaaq, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/16.0 Firefox/16.0
Build ID: 20120626030539
Steps to reproduce:
1. Press Cmd+N to open a new browser window, then type https://www.mozilla.org/en-US/ in the address bar and press Enter
2. Validate it http://validator.w3.org/check?verbose=1&uri=https%3A%2F%2Fwww.mozilla.org%2Fen-US%2F
Actual results:
The validator says: Line 191, Column 10: End tag section seen, but there were open elements.
</section>
This is because the <div class="pager-content"> is missing it's ending element
Expected results:
the <div class="pager-content"> should be closed before the <ul class="pager-tabs">.
| Reporter | ||
Comment 2•13 years ago
|
||
(In reply to kesavan from comment #1)
> Okay! let me work on it!
This has already been fixed into the dev-branch https://github.com/mozilla/bedrock/commit/f2b2679b111ee4789303e89c9300342a36f6ef83.
Comment 3•13 years ago
|
||
If so mark it as FIXED
| Reporter | ||
Comment 4•13 years ago
|
||
Will do when it hits :master
| Reporter | ||
Comment 5•13 years ago
|
||
Fixed in pullrequest 222 https://github.com/mozilla/bedrock/pull/222
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•