diff --git a/include/application.php b/include/application.php index 06ef247..4112c0b 100644 --- a/include/application.php +++ b/include/application.php @@ -834,7 +834,7 @@ class Application { if($_SESSION['current']->isSuperMaintainer($this->iAppId) || $_SESSION['current']->hasPriv("admin")) { - echo '
'; + echo ' '; echo ''; @@ -850,8 +850,8 @@ class Application { if($_SESSION['current']->hasPriv("admin")) { $url = BASE."objectManager.php?sClass=application&bIsQueue=false&sAction=delete&iId=".$this->iAppId; - echo " "; - echo ' '; + echo " "; + echo ' '; } } else {