|
From: Paul S. O. <ps...@us...> - 2001-12-03 01:02:41
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv23333/templates/subSilver
Modified Files:
overall_header.tpl
Log Message:
Re-entered content encoding variable
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** overall_header.tpl 2001/11/28 18:48:53 1.12
--- overall_header.tpl 2001/12/03 01:02:37 1.13
***************
*** 5,9 ****
<html>
<head>
! <meta http-equiv="Content-Type" content="text/html" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
--- 5,9 ----
<html>
<head>
! <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
|