﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5644	Fix invalid html on the Django Project site	Marc Garcia	nobody	"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""/>"		closed	*.djangoproject.com	dev		fixed			Ready for checkin	1	0	0	0	0	0
