Changeset 1799 for trunk/site/myboat.php

Show
Ignore:
Timestamp:
09/07/10 05:15:20 (21 months ago)
Author:
paparazzia
Message:

* remove the blank line when WP_ONE_BUOYS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/site/myboat.php

    r1788 r1799  
    186186            $wp_west  = $wp_east  = $wp['longitude1']; 
    187187   
    188                 $status_content.="Waypoint Coords=<b>" .  
    189                                 round($wp_south/1000,3) . "," . round($wp_east/1000,3) . " ($wp_laisser_au)" . "</b><br />";  
     188            $status_content .= "Waypoint Coords=<b>" .  
     189                               round($wp_south/1000,3) . "," . 
     190                               round($wp_east/1000,3) . 
     191                               " ($wp_laisser_au)" . "</b>";  
    190192   
    191193         }