diff options
author | Bharat Mediratta <bharat@menalto.com> | 2012-05-16 11:07:26 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2012-05-16 11:07:26 -0700 |
commit | 99af395a01edac438cef4e42af1f4c26a3532acc (patch) | |
tree | ab229673b766c549f55e1bc762f89bc1fc289ead /modules/gallery | |
parent | fd14d29a3691945432180809746014dc91d43db8 (diff) |
Force the error page to UTF-8. Fixes #1868.
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/error_admin.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/views/error_admin.html.php b/modules/gallery/views/error_admin.html.php index a391746e..96e7bf51 100644 --- a/modules/gallery/views/error_admin.html.php +++ b/modules/gallery/views/error_admin.html.php @@ -3,6 +3,7 @@ <? if (!function_exists("t")) { function t($msg) { return $msg; } } ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> <style type="text/css"> body { background: #fff; |