From cac99144fd7fb38f485be9fb049d380bc6415f9d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 27 Sep 2005 04:28:18 +0000 Subject: [PATCH] Fixed #544 -- Added xmlns and lang attributes to tag in admin_templates/base.html, so that the admin works when served as application/xhtml+xml. Thanks, Sune Kirkeby git-svn-id: http://code.djangoproject.com/svn/django/trunk@706 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/admin_templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/conf/admin_templates/base.html b/django/conf/admin_templates/base.html index ac0b092d51..64c80b934c 100644 --- a/django/conf/admin_templates/base.html +++ b/django/conf/admin_templates/base.html @@ -1,5 +1,5 @@ - + {% block title %}{% endblock %}