diff --git a/webui/group-main.php b/webui/group-main.php
index bac58121f091442f8c0233b1c8be62c620262e71..7d1a2f10ec2cfe0af3d6139590effe9e03351018 100644
--- a/webui/group-main.php
+++ b/webui/group-main.php
@@ -100,8 +100,9 @@ printHeader(array(
 			$res->closeCursor();
 			if ($rownums <= 0) {
 ?>
+				<p />
 				<tr>
-					<td class="textcenter">Group list is empty</td>
+					<td colspan="5" class="textcenter">Group list is empty</td>
 				</tr>
 <?php
 			}