diff --git a/src/www/services_ntpd.php b/src/www/services_ntpd.php index 27dde2c38..d0d2d00f9 100644 --- a/src/www/services_ntpd.php +++ b/src/www/services_ntpd.php @@ -272,7 +272,7 @@ include("head.inc"); foreach($pconfig['timeservers_host'] as $item_idx => $timeserver):?> -
+
@@ -290,7 +290,7 @@ include("head.inc"); -
+
diff --git a/src/www/services_opendns.php b/src/www/services_opendns.php index 0a9086b64..ddcfac2fd 100644 --- a/src/www/services_opendns.php +++ b/src/www/services_opendns.php @@ -198,8 +198,8 @@ include 'head.inc'; } echo sprintf( - ' %s
', - strpos($result, 'good') === 0 ? 'ok text-success' : 'remove text-danger', + ' %s
', + strpos($result, 'good') === 0 ? 'check text-success' : 'times text-danger', $result ); }?>