Opened 18 years ago

Closed 18 years ago

#2661 closed enhancement (fixed)

html code for badges does not validate

Reported by: ricardokirkner@… Owned by: Jacob
Component: *.djangoproject.com Version:
Severity: minor Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

Fixed. Thanks for the pointer!

Note: See TracTickets for help on using tickets.
Back to Top