diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-15 01:59:54 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-15 01:59:54 -0700 |
commit | ff1d8aea2f2805f85ce3cc7e4079d04fb9f1bac4 (patch) | |
tree | 4e190557b981ad9d551593c8ad45e0f9d09f5f3f /modules/gallery/views | |
parent | a1be33f6ab9672cd4886e5b607001d30368613a1 (diff) |
We use UTF-8 everywhere. Fixes ticket #1285.
Diffstat (limited to 'modules/gallery/views')
-rw-r--r-- | modules/gallery/views/error_admin.html.php | 2 | ||||
-rw-r--r-- | modules/gallery/views/error_user.html.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/error_admin.html.php b/modules/gallery/views/error_admin.html.php index f5004eae..af78c59c 100644 --- a/modules/gallery/views/error_admin.html.php +++ b/modules/gallery/views/error_admin.html.php @@ -120,7 +120,7 @@ font-size: 1.1em; } </style> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title><?= t("Something went wrong!") ?></title> <script type="text/javascript"> diff --git a/modules/gallery/views/error_user.html.php b/modules/gallery/views/error_user.html.php index b64cfb53..09ab752a 100644 --- a/modules/gallery/views/error_user.html.php +++ b/modules/gallery/views/error_user.html.php @@ -36,7 +36,7 @@ margin: 0 auto; } </style> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title><?= t("Something went wrong!") ?></title> </head> <body> |