summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenjis <kenji@codeigniter.jp>2011-10-04 05:00:55 +0200
committerkenjis <kenji@codeigniter.jp>2011-10-04 05:00:55 +0200
commit2d297cb3c0008729a327b66ffacbfdf6bc2eb7e3 (patch)
treec1f063e2baf046c98d9e5b0a2b06fb1e4f049073
parentbb2e2ed4ac4200c12dae08018e932c65256e8701 (diff)
add meta charset tag to error templates
-rw-r--r--application/errors/error_404.php1
-rw-r--r--application/errors/error_db.php1
-rw-r--r--application/errors/error_general.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/application/errors/error_404.php b/application/errors/error_404.php
index 792726a67..bddee6cc6 100644
--- a/application/errors/error_404.php
+++ b/application/errors/error_404.php
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
+<meta charset="utf-8">
<title>404 Page Not Found</title>
<style type="text/css">
diff --git a/application/errors/error_db.php b/application/errors/error_db.php
index b396cda9f..bc7c4478a 100644
--- a/application/errors/error_db.php
+++ b/application/errors/error_db.php
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
+<meta charset="utf-8">
<title>Database Error</title>
<style type="text/css">
diff --git a/application/errors/error_general.php b/application/errors/error_general.php
index fd63ce2c5..8b3746285 100644
--- a/application/errors/error_general.php
+++ b/application/errors/error_general.php
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
+<meta charset="utf-8">
<title>Error</title>
<style type="text/css">