Skip to content
Snippets Groups Projects
Commit dd2ae069 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

* Fix colspan for no users found message

parent 6f4377c5
No related branches found
No related tags found
No related merge requests found
...@@ -275,7 +275,7 @@ if (!isset($_POST['frmaction'])) { ...@@ -275,7 +275,7 @@ if (!isset($_POST['frmaction'])) {
?> ?>
<p /> <p />
<tr> <tr>
<td colspan="3" class="textcenter">No users found</td> <td colspan="10" class="textcenter">No users found</td>
</tr> </tr>
<?php <?php
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment