Django

Code

Ticket #5644 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Fix invalid html on the Django Project site

Reported by: garcia_marc Assigned to: nobody
Milestone: Component: Django Web site
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

5644.diff (1.0 kB) - added by garcia_marc on 10/18/07 18:21:37.
base.html changed to follow standards
5644.2.diff (1.0 kB) - added by gwilson on 10/19/07 00:34:21.
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.

Change History

09/30/07 15:17:21 changed by anonymous

  • needs_better_patch changed.
  • stage changed from Unreviewed to Ready for checkin.
  • summary changed from mt image makes html code invalid to Unclosed image tag makes the Django site's html code invalid.
  • needs_tests changed.
  • needs_docs changed.

09/30/07 15:17:46 changed by SmileyChris

(me promoting) damn you, basic http auth!

10/18/07 18:21:37 changed by garcia_marc

  • attachment 5644.diff added.

base.html changed to follow standards

10/18/07 18:24:13 changed by garcia_marc

  • has_patch set to 1.
  • version set to SVN.

Attached patch that fixes problem. Ready for check in. :)

10/19/07 00:34:21 changed by gwilson

  • 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.

10/26/07 15:33:26 changed by SmileyChris

  • keywords deleted.
  • summary changed from Unclosed image tag makes the Django site's html code invalid to Fix invalid html on the Django Project site.

11/29/07 16:17:48 changed by jacob

  • status changed from new to closed.
  • resolution set to fixed.

(In [6757]) Fixed #5644: a quick HTML validation fix.


Add/Change #5644 (Fix invalid html on the Django Project site)




Change Properties
Action