#23908: XHTML breaks admin site
-------------------------------+--------------------
     Reporter:  brian          |      Owner:  nobody
         Type:  Bug            |     Status:  new
    Component:  contrib.admin  |    Version:  1.7
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 By declaring:

 {{{
 DEFAULT_CONTENT_TYPE = "application/xhtml+xml"
 }}}

 The admin site no longer renders correctly.

 I think the problem is that we haven't declared the XML namespace
 correctly, e.g.:

 {{{
 <html xmlns="http://www.w3.org/1999/xhtml";>
 }}}

 There are also some other trivial problems, e.g. &rsaquo; no longer works
 (used in breadcrumbs).

 Thanks

--
Ticket URL: <https://code.djangoproject.com/ticket/23908>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/048.dad129130dfdd27b48d756338127e844%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to