diff --git a/includes/restapi.php b/includes/restapi.php index 68207b2b..4c11cfce 100644 --- a/includes/restapi.php +++ b/includes/restapi.php @@ -56,7 +56,7 @@ function DisplayRestAPI() if ($serviceStatus == "up") { $docUrl = getDocUrl(); $faicon = ""; - $docMsg = sprintf(_("RestAPI docs are accessible here%s"),$docUrl, $faicon); + $docMsg = sprintf(_("RestAPI docs are accessible here %s"),$docUrl, $faicon); } echo renderTemplate("restapi", compact( diff --git a/templates/admin.php b/templates/admin.php index 98cf4240..e8a34cd7 100755 --- a/templates/admin.php +++ b/templates/admin.php @@ -25,11 +25,9 @@
@@ -52,9 +49,7 @@