Opened 17 years ago
Closed 17 years ago
#5644 closed (fixed)
Fix invalid html on the Django Project site
Reported by: | Marc Garcia | Owned by: | nobody |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Recently added mt image at footer of django web page, has added without closing tag slash. This made html code not valid according to standards.
Necessary change:
from: <img style="vertical-align: middle; position: relative; top: -1px;" src="http://media.djangoproject.com/img/site/mt.png" alt="media temple">
to: <img style="vertical-align: middle; position: relative; top: -1px;" src="http://media.djangoproject.com/img/site/mt.png" alt="media temple"/>
Attachments (2)
Change History (7)
comment:1 by , 17 years ago
Summary: | mt image makes html code invalid → Unclosed image tag makes the Django site's html code invalid |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Has patch: | set |
---|---|
Version: | → SVN |
Attached patch that fixes problem. Ready for check in. :)
by , 17 years ago
Attachment: | 5644.2.diff added |
---|
Converted a few spaces to tabs to match rest of file.
Added a missing closing div tag.
Added a missing closing slash to img tag.
comment:4 by , 17 years ago
Keywords: | mt logo web footer removed |
---|---|
Summary: | Unclosed image tag makes the Django site's html code invalid → Fix invalid html on the Django Project site |
comment:5 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(me promoting) damn you, basic http auth!