From dd2ae0691305e0091690f0e7776fadbbc5cf74f9 Mon Sep 17 00:00:00 2001
From: Nigel Kukard <nkukard@lbsd.net>
Date: Fri, 1 May 2009 07:38:57 +0000
Subject: [PATCH] * Fix colspan for no users found message

---
 webui/wisp-user-list.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/wisp-user-list.php b/webui/wisp-user-list.php
index 1b1af475..097a3030 100644
--- a/webui/wisp-user-list.php
+++ b/webui/wisp-user-list.php
@@ -275,7 +275,7 @@ if (!isset($_POST['frmaction'])) {
 ?>
 				<p />
 				<tr>
-					<td colspan="3" class="textcenter">No users found</td>
+					<td colspan="10" class="textcenter">No users found</td>
 				</tr>
 <?php
 			}
-- 
GitLab