diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-02-10 16:17:11 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-02-10 16:17:11 +0100 |
commit | 945379f1ca34642556bccefe637c3d444d893210 (patch) | |
tree | 2039a74eeeb75b228dda6ee30971ea889379221b /cgi/templates/layouts | |
parent | f25f84f9a8de6cc3a7ee1431be413b35f1de7e6b (diff) |
Fix encoding (it's actually UTF-8)
Diffstat (limited to 'cgi/templates/layouts')
-rw-r--r-- | cgi/templates/layouts/default.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 3ab805b..09a17c0 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><%= $title %></title> - <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> <style type="text/css"> html { |