]> git.parisson.com Git - telemeta.git/commitdiff
add encoding type header
authoryomguy <yomguy@parisson.com>
Mon, 16 May 2011 13:06:19 +0000 (15:06 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 16 May 2011 13:06:19 +0000 (15:06 +0200)
telemeta/templates/telemeta_default/base.html

index b65145d3e160d77293c6eb4f615ebe358b6b2573..ec8c6eeb5f89c40a3fd40ff93a3fc2b3382723e9 100644 (file)
@@ -6,6 +6,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
 
 <head>
+<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
 <title>{%block head_title %}{% organization %} - Telemeta{% endblock %}</title>
 
 {% block stylesheets %}