#2661: html code for badges does not validate
--------------------------------------+-------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jacob
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Django project website | Version:
Severity: minor | Keywords:
--------------------------------------+-------------------------------------
Currently the html code for the django badges will not validate in xhtml
strict, because the img tag is not closed. I think it would be a minor
thing to fix this so that it validates, and it shouldn't break other sites
too much.
{{{<a href="http://www.djangoproject.com/">}}}'''{{{<img
src="http://media.djangoproject.com/img/badges/djangopowered126x54.gif"
border="0" alt="Powered by Django." title="Powered by
Django.">}}}'''{{{</a>}}}
Just my (first) two cents.
--
Ticket URL: <http://code.djangoproject.com/ticket/2661>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---