From 4fab3ba50cdc85d81880d58415643ae97e98e475 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 11 Mar 2009 18:15:57 -0400 Subject: Correctly set the status field HTML text during ajax process. --- usr/local/www/includes/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/includes') diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php index 218f732..b4c37a0 100644 --- a/usr/local/www/includes/functions.inc.php +++ b/usr/local/www/includes/functions.inc.php @@ -53,7 +53,7 @@ function get_gatewaystats() { default: $online = "No data"; } - $data .= " $online "; + $data .= "
$online
"; } return $data; } -- cgit v1.1