[Phphtmllib-devel] SF.net SVN: phphtmllib:[3259] trunk/open2300/lib/modules/home/widgets/ CurrentCo
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-10-14 02:11:53
|
Revision: 3259 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3259&view=rev Author: hemna Date: 2009-10-14 02:11:42 +0000 (Wed, 14 Oct 2009) Log Message: ----------- pulled : Modified Paths: -------------- trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc Modified: trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc =================================================================== --- trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc 2009-10-14 02:10:13 UTC (rev 3258) +++ trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc 2009-10-14 02:11:42 UTC (rev 3259) @@ -98,7 +98,7 @@ //wind $table->add_row("Wind : ",new TDtag(array(), SPANtag::factory('',"From the ".$this->wx->get_wind_direction()." ".$this->wx->get_wind_angle(). "@".$this->wx->get_wind_speed().'mph'), $this->get_wind_angle_image($this->wx->get_wind_angle()), - SPANtag::factory('',"Peak winds :".$this->peak_wind['direction']." ".$this->peak_wind['angle'].'@'.$this->peak_wind['speed'].'mph '.$this->peak_wind['time']))); + SPANtag::factory('',"Peak winds ".$this->peak_wind['direction']." ".$this->peak_wind['angle'].'@'.$this->peak_wind['speed'].'mph '.$this->peak_wind['time']))); $table->add_row(" ", " "); $pressure = $this->wx->get_rel_pressure(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |