diff options
Diffstat (limited to 'templates/expobase.html')
-rw-r--r-- | templates/expobase.html | 2 |
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 %} |