aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-01-01 12:44:04 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-01-01 12:44:04 +0000
commitc7e0bf8c2ddf57968af0fcbc87ce8fb5b856d36f (patch)
treee8373d1d72ce494d84b85a838ccfa95f91e3ee86 /phpBB/templates
parent030da451eb17e9881cda75e65fa54f8043c3d5e6 (diff)
downloadforums-c7e0bf8c2ddf57968af0fcbc87ce8fb5b856d36f.tar
forums-c7e0bf8c2ddf57968af0fcbc87ce8fb5b856d36f.tar.gz
forums-c7e0bf8c2ddf57968af0fcbc87ce8fb5b856d36f.tar.bz2
forums-c7e0bf8c2ddf57968af0fcbc87ce8fb5b856d36f.tar.xz
forums-c7e0bf8c2ddf57968af0fcbc87ce8fb5b856d36f.zip
Add charset encoding to header
git-svn-id: file:///svn/phpbb/trunk@1762 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/admin/page_header.tpl2
-rw-r--r--phpBB/templates/subSilver/simple_header.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/admin/page_header.tpl b/phpBB/templates/subSilver/admin/page_header.tpl
index 4adce58429..8c937b250d 100644
--- a/phpBB/templates/subSilver/admin/page_header.tpl
+++ b/phpBB/templates/subSilver/admin/page_header.tpl
@@ -2,7 +2,7 @@
<html>
<head>
{META}
-<meta name="MSSmartTagsPreventParsing" content="TRUE">
+<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<link rel="stylesheet" href="../templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--
diff --git a/phpBB/templates/subSilver/simple_header.tpl b/phpBB/templates/subSilver/simple_header.tpl
index 6f08b18f47..650ce8fcaa 100644
--- a/phpBB/templates/subSilver/simple_header.tpl
+++ b/phpBB/templates/subSilver/simple_header.tpl
@@ -4,7 +4,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
<!--