|
From: Paul S. O. <ps...@us...> - 2002-01-01 12:43:12
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv7094/templates/subSilver
Modified Files:
simple_header.tpl
Log Message:
Add charset encoding to header
Index: simple_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/simple_header.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** simple_header.tpl 2001/12/16 18:13:34 1.3
--- simple_header.tpl 2002/01/01 12:43:09 1.4
***************
*** 5,9 ****
<html>
<head>
! <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
--- 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" />
<style type="text/css">
|