Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv2594
Modified Files:
index.php
Log Message:
Changed text for alt tag, thanks to Ondrej Jombik
Index: index.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/index.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- index.php 26 Aug 2002 16:00:37 -0000 1.34
+++ index.php 26 Aug 2002 21:48:23 -0000 1.35
@@ -1,5 +1,5 @@
<?php
-error_reporting(E_ALL);
+error_reporting(E_ERROR);
/* We store the time */
$start_time = explode(' ', microtime());
@@ -86,7 +86,7 @@
'" height="40" width="40" border="1" alt="Current wind in ' .
$weather->get_location() . '" /> ' .
'<img src="' . $icons->get_temp_image() .
- '" height="50" width="20" border="1" alt="Current weather in ' .
+ '" height="50" width="20" border="1" alt="Current temperature in ' .
$weather->get_location() . '" />' .
"\n</blockquote>\n" .
"<p>The raw METAR is <code>" .
|