changeset 175:764ca916e56e

browser side: fixed charset in public blog page
author Goffi <goffi@goffi.org>
date Mon, 14 Jan 2013 00:28:35 +0100
parents d97b0cba8b04
children b9edfa058786
files server_side/blog.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/server_side/blog.py	Sun Jan 13 22:26:16 2013 +0100
+++ b/server_side/blog.py	Mon Jan 14 00:28:35 2013 +0100
@@ -73,6 +73,7 @@
         request.write("""
             <html>
             <head>
+                <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
                 <link rel="stylesheet" type="text/css" href="../css/blog.css" />
                 <title>%(user)s's microblog</title>
             </head>