From 8cd558b61b9c24ee109993d8e76ddc4870ffa4fa Mon Sep 17 00:00:00 2001 From: ayvis Date: Fri, 14 Mar 2014 21:24:03 +0100 Subject: xhtml Compliance replaced
,
and
with
--- usr/local/www/system_groupmanager.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'usr/local/www/system_groupmanager.php') diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php index f7a9e61..c62a8c8 100644 --- a/usr/local/www/system_groupmanager.php +++ b/usr/local/www/system_groupmanager.php @@ -71,7 +71,7 @@ if ($_GET['act'] == "delgroup") { unset($a_group[$_GET['id']]); write_config(); $savemsg = gettext("Group")." {$groupdeleted} ". - gettext("successfully deleted")."
"; + gettext("successfully deleted")."
"; } if ($_GET['act'] == "delpriv") { @@ -95,7 +95,7 @@ if ($_GET['act'] == "delpriv") { write_config(); $_GET['act'] = "edit"; $savemsg = gettext("Privilege")." {$privdeleted} ". - gettext("successfully deleted")."
"; + gettext("successfully deleted")."
"; } if($_GET['act']=="edit"){ @@ -282,7 +282,7 @@ function presubmit() { -
+
@@ -295,8 +295,8 @@ function presubmit() {
-
-
+
+
-
+
-
+
" alt="" width="17" height="17" border="0" /> -

+

" alt="" width="17" height="17" border="0" />
-
-
+
+
-
+
-- cgit v1.1