#9744: admin base template does not validate against xhtml 1.0 w3c.org validator
-------------------------------------------+--------------------------------
Reporter: terrex | Owner: nobody
Status: closed | Milestone:
Component: django.contrib.admin | Version: 1.0
Resolution: duplicate | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------+--------------------------------
Comment (by mtredinnick):
The first point here is invalid. The encoding of an XML document without
the `<? xml... ?>` line is assumed (in fact '''required''') to be UTF-8.
That is part of the XML specification, including the fact that the
`XMLDecl` line (that first line) is optional. It's not any kind of error
to omit that line and including it is verboseness without purpose.
The remainder is the dupe noted by dc.
--
Ticket URL: <http://code.djangoproject.com/ticket/9744#comment:2>
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
-~----------~----~----~----~------~----~------~--~---