diff --git a/module/group/ui/privbygroup.html.php b/module/group/ui/privbygroup.html.php index 779443d4d4..6e97e5f399 100644 --- a/module/group/ui/privbygroup.html.php +++ b/module/group/ui/privbygroup.html.php @@ -245,13 +245,13 @@ else { $subsetTitle = isset($lang->$subsetName) && isset($lang->$subsetName->common) ? $lang->$subsetName->common : $subsetName; - $privBodyHtml[] = ''; + $privBodyHtml[] = ""; if($i == 1) { $rowspan = count($packages[$subsetName]) ? count($packages[$subsetName]) : 1; $checked = $subset->selectCount && $subset->selectCount == $subset->allCount; $checkID = "allChecker{$subsetName}"; - $privBodyHtml[] = ""; + $privBodyHtml[] = ""; $privBodyHtml[] = '
'; $privBodyHtml[] = ""; $privBodyHtml[] = ""; @@ -262,14 +262,14 @@ else $thClass = $i == 1 ? ' td-sm' : ' td-md'; $checked = $package->allCount == $package->selectCount; $checkID = "allCheckerModule{$subsetName}Package{$packageID}"; - $privBodyHtml[] = ""; + $privBodyHtml[] = ""; $privBodyHtml[] = '
'; $privBodyHtml[] = ""; $privBodyHtml[] = ""; $privBodyHtml[] = '
'; $privBodyHtml[] = ''; - $privBodyHtml[] = ""; + $privBodyHtml[] = ""; $privBodyHtml[] = $getMethodItemsHtml($package, $subsetName, $packageID, $groupPrivs); $privBodyHtml[] = ''; diff --git a/module/group/ui/privbypackage.html.php b/module/group/ui/privbypackage.html.php index d59468fcf1..2c94378214 100644 --- a/module/group/ui/privbypackage.html.php +++ b/module/group/ui/privbypackage.html.php @@ -201,7 +201,7 @@ else if($subset->allCount == 0) continue; $subsetTitle = isset($lang->$subsetName) && isset($lang->$subsetName->common) ? $lang->$subsetName->common : $subsetName; - $privBodyHtml[] = ''; + $privBodyHtml[] = ""; $checked = $subset->selectCount && $subset->selectCount == $subset->allCount; $checkID = "allChecker{$subsetName}";