Ticket #160: charset_utf8.patch

File charset_utf8.patch, 491 bytes (added by Odin Hørthe Omdal, 13 years ago)

charset_utf8.patch

  • 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  
    1717#}
    1818<html>
    1919  <head>
     20    <meta charset="utf-8">
    2021    <title>{% block title %}GNU MediaGoblin{% endblock title %}</title>
    2122    <link rel="stylesheet" type="text/css"
    2223          href="{{ request.staticdirect('/css/contrib/reset.css') }}"/>