diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-03 01:02:37 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-03 01:02:37 +0000 |
commit | a76099efc424baa9f372a0c43e9a8a3af87de632 (patch) | |
tree | e408121f9b0c2d7fb11f45b3b1a62f16a81e0c28 /phpBB/templates | |
parent | 828a00bc522bf8d15bb2693975f717f31d1d2e1f (diff) | |
download | forums-a76099efc424baa9f372a0c43e9a8a3af87de632.tar forums-a76099efc424baa9f372a0c43e9a8a3af87de632.tar.gz forums-a76099efc424baa9f372a0c43e9a8a3af87de632.tar.bz2 forums-a76099efc424baa9f372a0c43e9a8a3af87de632.tar.xz forums-a76099efc424baa9f372a0c43e9a8a3af87de632.zip |
Re-entered content encoding variable
git-svn-id: file:///svn/phpbb/trunk@1502 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index 6c28840dc0..e7636e72fc 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_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" /> +<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> {META} {NAV_LINKS} |