diff options
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 { |