Closed
Bug 924674
Opened 11 years ago
Closed 11 years ago
HTML validation error in rendered profile.mofostaging.net
Categories
(Webmaker Graveyard :: Profile, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: humph, Assigned: gvn)
References
()
Details
(Whiteboard: mozfest)
Attachments
(1 file)
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"><link rel="icon" type="image/png" href="_fe/img/favicon.ico"><title>Webmaker | Herbert West</title><link href="_fe/compiled/app.min.css" rel="stylesheet" type="text/css" media="all"></head><body><script src="https://login.persona.org/include.js"></script></body></html><script src="bower_components/requirejs/require.js"></script><script src="_fe/compiled/app.min.js"></script>
Notice how the </html> comes way too early, and then we have another set of script tags.
Updated•11 years ago
|
Assignee: nobody → gavin
Updated•11 years ago
|
Whiteboard: mozfest
Assignee | ||
Comment 1•11 years ago
|
||
Moved back into body. It now validates.
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #817336 -
Flags: review?(david.humphrey)
Assignee | ||
Updated•11 years ago
|
Attachment #817336 -
Flags: review?(david.humphrey)
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/webmaker-profile
https://github.com/mozilla/webmaker-profile/commit/53d8f9a6a34f5f524fff1344d34220f22de1b0bd
fix bug 924674 - moving script block inside of body
https://github.com/mozilla/webmaker-profile/commit/9aa4849f9408c36f1bca7a1b3a897db6581b4812
Merge pull request #167 from gvn/scriptblock
fix bug 924674 - moving script block inside of body
Updated•11 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•