#9492: Invalid XHTML in admin/base.html template
----------------------------------+-----------------------------------------
Reporter: dc | Owner: nobody
Status: new | Milestone:
Component: django.contrib.admin | Version: 1.0
Keywords: | Stage: Unreviewed
Has_patch: 0 |
----------------------------------+-----------------------------------------
Changeset [9300] have made
[source:django/trunk/django/contrib/admin/templates/admin/base.html
admin/base.html] template invalid XHTML. Problem is in conditional tags:
{{{
<![if gte IE 6]><link rel="stylesheet" type="text/css" href="{% block
stylesheet %}{% load adminmedia %}{% admin_media_prefix %}css/base.css{%
endblock %}" /><![endif]>
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/9492>
Django <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
-~----------~----~----~----~------~----~------~--~---