|
From: Benjamin C. <bc...@us...> - 2002-04-11 18:39:24
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv24877/templates/default/admin
Modified Files:
header-popup.html header.html
Log Message:
Added charset meta tag
Index: header-popup.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/header-popup.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- header-popup.html 3 Apr 2002 18:18:03 -0000 1.2
+++ header-popup.html 11 Apr 2002 18:39:17 -0000 1.3
@@ -3,6 +3,7 @@
<META HTTP-EQUIV="Expires" CONTENT="-1">
<title>phpBugTracker Admin - {$page_title}</title>
<link rel="StyleSheet" href="../styles/{$STYLE}.css" type="text/css">
+ <META http-equiv="Content-Type" content="text/html; charset={$STRING.lang_charset}">
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<table width="100%" cellspacing="0" cellpadding="0" height="100%">
Index: header.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/header.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- header.html 9 Apr 2002 23:27:35 -0000 1.5
+++ header.html 11 Apr 2002 18:39:17 -0000 1.6
@@ -3,6 +3,7 @@
<META HTTP-EQUIV="Expires" CONTENT="-1">
<title>phpBugTracker Admin - {$page_title}</title>
<link rel="StyleSheet" href="../styles/{$STYLE}.css" type="text/css">
+ <META http-equiv="Content-Type" content="text/html; charset={$STRING.lang_charset}">
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<table width="100%" cellspacing="0" cellpadding="0" height="100%">
|