summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--templates/cavebase.html2
-rw-r--r--templates/plainbase.html2
3 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index b36c828..e45416c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,7 +25,6 @@ troggle-sqlite.sql
import_profile.json
ignored-files.log
tunnel-import.log
-posnotfound
troggle.sqlite-journal
loadsurvexblks.log
logbktrips.shelve
diff --git a/templates/cavebase.html b/templates/cavebase.html
index 067a8b7..07685d5 100644
--- a/templates/cavebase.html
+++ b/templates/cavebase.html
@@ -1,7 +1,7 @@
<html lang="en">
<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 %}{{ cave.official_name|safe }}{% endblock %}
</title>
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
diff --git a/templates/plainbase.html b/templates/plainbase.html
index 20067a7..afeb8f9 100644
--- a/templates/plainbase.html
+++ b/templates/plainbase.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" />
<link rel="stylesheet" type="text/css" href="{{ settings.JSLIB_URL }}jquery-ui/css/smoothness/jquery-ui.css" />