Ticket #160: charset_utf8.patch
File charset_utf8.patch, 491 bytes (added by , 13 years ago) |
---|
-
mediagoblin/templates/mediagoblin/base.html
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index 40bb085..19239f2 100644
a b 17 17 #} 18 18 <html> 19 19 <head> 20 <meta charset="utf-8"> 20 21 <title>{% block title %}GNU MediaGoblin{% endblock title %}</title> 21 22 <link rel="stylesheet" type="text/css" 22 23 href="{{ request.staticdirect('/css/contrib/reset.css') }}"/>