From 271b638fc01251ef941e703d7b2eb0f2c26e93de Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 7 Jan 2006 19:20:09 +0000 Subject: MFC 9156 use the correct class to stop from having double horizontal lines --- usr/local/www/status_services.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr') diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php index 58d0244..c31333d 100755 --- a/usr/local/www/status_services.php +++ b/usr/local/www/status_services.php @@ -150,9 +150,9 @@ if($services) { if(!$service['name']) continue; if(!$service['description']) $service['description'] = "Unknown"; echo '' . $service['name'] . ''; - echo '' . $service['description'] . ''; + echo '' . $service['description'] . ''; if(is_service_running($service['name'], $ps) or is_process_running($service['name']) ) { - echo 'RunningRunning'; $running = true; } else { -- cgit v1.1