Fix: Use correct http header

This commit is contained in:
Laurent Destailleur 2011-02-20 13:02:45 +00:00
parent 4e9ccd8571
commit c61e729c21
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
* *
* $Id$ * $Id$
*/ */
header("Content-type: text/html; charset=".$conf->file->character_set_client); top_httphead();
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>

View File

@ -17,7 +17,7 @@
* *
* $Id$ * $Id$
*/ */
header("Content-type: text/html; charset=".$conf->file->character_set_client); top_httphead();
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>

View File

@ -17,7 +17,7 @@
* *
* $Id$ * $Id$
*/ */
header("Content-type: text/html; charset=".$conf->file->character_set_client); top_httphead();
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>