summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_lb_pool.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/status_lb_pool.php')
-rw-r--r--src/usr/local/www/status_lb_pool.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_lb_pool.php b/src/usr/local/www/status_lb_pool.php
index db0ec7d..47fbfce 100644
--- a/src/usr/local/www/status_lb_pool.php
+++ b/src/usr/local/www/status_lb_pool.php
@@ -221,7 +221,7 @@ foreach ($a_pool as $pool):
switch ($server['ip']['state']) {
case 'up':
$bgcolor = LIGHTGREEN; // lightgreen
- $checked = "checked=\"checked\"";
+ $checked = "checked";
break;
case 'disabled':
$bgcolor = WHITE;
@@ -229,7 +229,7 @@ foreach ($a_pool as $pool):
break;
default:
$bgcolor = LIGHTCORAL; // lightcoral
- $checked = "checked=\"checked\"";
+ $checked = "checked";
}
?>
<tr>
OpenPOWER on IntegriCloud