summaryrefslogtreecommitdiffstats
path: root/templates/expobase.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-26 23:40:34 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-26 23:40:34 +0000
commite7947069a2877b47c1dd7a18b686da5bbf3e160b (patch)
tree17f00eceb7b096c147f382b11b3cded3d8de5f57 /templates/expobase.html
parent0abd8aedffd836e6bbec53fb15f5a04e1b98ad61 (diff)
downloadtroggle-e7947069a2877b47c1dd7a18b686da5bbf3e160b.tar.gz
troggle-e7947069a2877b47c1dd7a18b686da5bbf3e160b.tar.bz2
troggle-e7947069a2877b47c1dd7a18b686da5bbf3e160b.zip
should all be working, but isn't
Diffstat (limited to 'templates/expobase.html')
-rw-r--r--templates/expobase.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/expobase.html b/templates/expobase.html
index 5cadb61..972a3ee 100644
--- a/templates/expobase.html
+++ b/templates/expobase.html
@@ -1,7 +1,7 @@
{% autoescape off %}
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
{% block extrahead %}{% endblock %}