diff options
Diffstat (limited to 'tools/website.tmpl')
-rw-r--r-- | tools/website.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/website.tmpl b/tools/website.tmpl index 08c0b450c..bd68bdb06 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -6,7 +6,7 @@ <head> <title>$c.projectTitle</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="assets/style.css" /> #if len(rss) > 0: <link href="$rss" title="Recent changes" type="application/atom+xml" rel="alternate"> |