diff --git a/app/ring_groups/ring_group_forward.php b/app/ring_groups/ring_group_forward.php
index 31a64c8d10..e4c9da4028 100644
--- a/app/ring_groups/ring_group_forward.php
+++ b/app/ring_groups/ring_group_forward.php
@@ -136,9 +136,14 @@ require_once "resources/paging.php";
$result_count = count($result);
unset ($prep_statement, $sql);
+ echo "
";
echo "
".$text['header-ring-group-forward']." ";
if (!$is_included) {
@@ -172,7 +177,7 @@ require_once "resources/paging.php";
echo "
".$text['option-disabled']." ";
echo "
".$text['option-enabled']." ";
echo " ";
- echo "
";
+ echo "
";
echo " \n";
if (!$is_included) {
echo "
".$row['ring_group_description']." \n";
@@ -186,11 +191,6 @@ require_once "resources/paging.php";
echo "";
echo "
";
- if ($result_count > 0) {
- echo "
\n";
- echo "
";
- }
-
echo "";
if (!$is_included) {
@@ -202,4 +202,4 @@ require_once "resources/paging.php";
if (!$is_included) {
require_once "resources/footer.php";
}
-?>
\ No newline at end of file
+?>