|
From: Paul S. O. <ps...@us...> - 2002-01-01 12:42:52
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv7028/templates/subSilver/admin
Modified Files:
page_header.tpl
Log Message:
Add charset encoding to header
Index: page_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/page_header.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** page_header.tpl 2001/12/28 16:01:27 1.6
--- page_header.tpl 2002/01/01 12:42:49 1.7
***************
*** 3,7 ****
<head>
{META}
! <meta name="MSSmartTagsPreventParsing" content="TRUE">
<link rel="stylesheet" href="../templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
--- 3,7 ----
<head>
{META}
! <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">
|