Mercurial > libervia-web
diff server_side/blog.py @ 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 | 9763dec220ed |
children | b9edfa058786 |
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>