summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-12 03:59:38 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-12 03:59:38 +0000
commit43f3b984e845c8f9be13afd541e336a00d70018e (patch)
tree047e7088bae476adae9b82ed00efb3aa3bea41a7
parent8d8da826dbf1a702f8b11c3942bf8134c4f0f165 (diff)
Removed <meta http-equiv='content-type'...> from admin base template, because Django sends out correct content-type HTTP header as of [340]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/conf/admin_templates/base.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/conf/admin_templates/base.html b/django/conf/admin_templates/base.html
index 9fe4bbab8e..ac0b092d51 100644
--- a/django/conf/admin_templates/base.html
+++ b/django/conf/admin_templates/base.html
@@ -1,7 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en">
<head>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="{% block stylesheet %}{% load adminmedia %}{% admin_media_prefix %}css/base.css{% endblock %}" />
{% block extrastyle %}{% endblock %}