aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-24 14:52:36 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-24 14:52:36 -0500
commit5fa3588411f402d9ec1dfb3123e9d828c3ce9753 (patch)
treed9ff58f6c4c43afb80aab67e50dc70e54ba0c499
parente60f8719dd8ffbafe4a3e2313f32e7f867227577 (diff)
downloadmediagoblin-5fa3588411f402d9ec1dfb3123e9d828c3ce9753.tar.lz
mediagoblin-5fa3588411f402d9ec1dfb3123e9d828c3ce9753.tar.xz
mediagoblin-5fa3588411f402d9ec1dfb3123e9d828c3ce9753.zip
Make charset utf-8.
Thanks for the patch Velmont / Odin Hørthe Omdal!
-rw-r--r--mediagoblin/templates/mediagoblin/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 40bb085e..19239f27 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -17,6 +17,7 @@
#}
<html>
<head>
+ <meta charset="utf-8">
<title>{% block title %}GNU MediaGoblin{% endblock title %}</title>
<link rel="stylesheet" type="text/css"
href="{{ request.staticdirect('/css/contrib/reset.css') }}"/>