CVS: phpweather index.php,1.27,1.28
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-27 21:55:21
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv10075 Modified Files: index.php Log Message: Let's try with a real HTTP header instead. Index: index.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/index.php,v retrieving revision 1.27 retrieving revision 1.28 diff -u -3 -r1.27 -r1.28 --- index.php 27 Mar 2002 21:34:34 -0000 1.27 +++ index.php 27 Mar 2002 21:55:17 -0000 1.28 @@ -1,9 +1,9 @@ +<?php header('Content-Type: text/html; charset=UTF-8'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html> <head> - <meta http-equiv="Content-type" content='text/html; charset="UTF-8"' /> <title>PHP Weather - test</title> <style type="text/css"> <!-- |