#5644: mt image makes html code invalid
------------------------+---------------------------------------------------
Reporter:  garcia_marc  |       Owner:  nobody            
  Status:  new          |   Component:  Django Web site   
 Version:               |    Keywords:  mt logo web footer
   Stage:  Unreviewed   |   Has_patch:  0                 
------------------------+---------------------------------------------------
 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"/>

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5644>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to