summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-10-21 10:15:19 -0500
committerDan McGee <dan@archlinux.org>2012-10-21 10:15:19 -0500
commite398a957bb1cc338fe16548f0c6a330bea823c95 (patch)
tree6d8ce97dea49eee6519e214a85e16b11a9d04368
parentba316d68bfee661666d2e87dc1b28c4f1b03ab6b (diff)
downloadarchweb-e398a957bb1cc338fe16548f0c6a330bea823c95.tar.gz
archweb-e398a957bb1cc338fe16548f0c6a330bea823c95.zip
Remove charset declaration <meta/> tag
This belongs in HTTP headers, not here. Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/base.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 392bf22f..2617bc31 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -2,7 +2,6 @@
<html lang="en">
<head>
<title>{% block title %}Arch Linux{% endblock %}</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{% static "archweb.css" %}" media="screen, projection" />
<link rel="icon" type="image/x-icon" href="{% static "favicon.ico" %}" />
<link rel="shortcut icon" type="image/x-icon" href="{% static "favicon.ico" %}" />