]> git.parisson.com Git - django-social-auth.git/commitdiff
Declare encoding
authorMatías Aguirre <matiasaguirre@gmail.com>
Sun, 9 Jan 2011 15:04:30 +0000 (13:04 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Sun, 9 Jan 2011 15:04:30 +0000 (13:04 -0200)
example/templates/base.html

index 6dbe8e044a558443be7931b957f73836b3cef996..13d99c9c1b797fce682b1becd5969982b596571e 100644 (file)
@@ -4,6 +4,7 @@
     <title>Django Social Auth</title>
     <meta name="description" content="Django Social Auth is an easy to setup social authentication/registration mechanism for Django projects." />
     <meta name="keywords" content="social auth, openid, oauth, twitter, facebook, google, yahoo, myopenid, django, python" />
+    <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
     <style type="text/css">
       body {background-color: #eee; padding: 10px 20px; font-family: sans-serif; color: #333;}
       h1 {font-size: 1.8em; border-bottom: 1px solid #bbb; width: 95%;}