Closed
Bug 334640
Opened 19 years ago
Closed 19 years ago
faq.php contains two mbody divs
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cameron, Assigned: cameron)
References
()
Details
Attachments
(1 file)
|
998 bytes,
patch
|
morgamic
:
first-review+
|
Details | Diff | Splinter Review |
You can only have an id once. This is caused by the id being in the wrapper and in faq.tpl
It seems that things which use the nonav wrapper include the mbody div in the actual tpl file, wheras things which use the default wrapper have the mbody div in the wrapper instead. The problem is caused because faq.php used to have nonav (I think,) wheras now it uses the default wrapper so it can include the sidebar with the policy link.
Anyway, simple fix :)
Attachment #218984 -
Flags: first-review?(morgamic)
Comment 2•19 years ago
|
||
Comment on attachment 218984 [details] [diff] [review]
Removes mbody div
Good catch.
Attachment #218984 -
Flags: first-review?(morgamic) → first-review+
Comment 3•19 years ago
|
||
Thanks, Cameron -- committed.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Target Milestone: 2.1 → ---
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•