Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2861
Modified Files:
help.php
Log Message:
Index: help.php
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/help.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** help.php 5 Oct 2005 01:38:18 -0000 1.2
--- help.php 12 Oct 2005 12:59:54 -0000 1.3
***************
*** 38,42 ****
$helpfile = "$conf_rootpath/help/" . $language . "_help.php";
}
!
?>
--- 38,42 ----
$helpfile = "$conf_rootpath/help/" . $language . "_help.php";
}
! Header("content-type: text/html; charset=UTF-8", false);
?>
***************
*** 44,47 ****
--- 44,48 ----
<HEAD>
<link rel="stylesheet" href="<?php print $conf_gui_style;?>" type="text/css">
+ <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<TITLE>WERA help</TITLE>
</HEAD>
|