From 5fa3588411f402d9ec1dfb3123e9d828c3ce9753 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 24 Jul 2011 14:52:36 -0500 Subject: [PATCH] Make charset utf-8. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thanks for the patch Velmont / Odin Hørthe Omdal! --- mediagoblin/templates/mediagoblin/base.html | 1 + 1 file changed, 1 insertion(+) 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 @@ #} + {% block title %}GNU MediaGoblin{% endblock title %} -- 2.25.1