summaryrefslogtreecommitdiffstats
path: root/application/views/file/html_header.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-08-16 16:29:17 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-08-16 16:31:32 +0200
commit09de698ba7a33e2fdbf0624e1b89a405ed3f7953 (patch)
tree24a24d2d563a8da6df1ef40de98a340750ad7c10 /application/views/file/html_header.php
parentca012157e0cbdab743a94ece0a77c6c3921070ef (diff)
Add Content-Type meta tag
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/html_header.php')
-rw-r--r--application/views/file/html_header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php
index d933d65d3..f14ae9e1d 100644
--- a/application/views/file/html_header.php
+++ b/application/views/file/html_header.php
@@ -2,6 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo $title; ?></title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="<?php echo link_with_mtime("/data/paste.css"); ?>" />
<?php if (file_exists(FCPATH."/data/paste-$current_highlight.css")) {?>
<link rel="stylesheet" type="text/css" href="<?php echo link_with_mtime("/data/paste-$current_highlight.css"); ?>" />