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
Tags v0.0.7a
No related merge requests found
......@@ -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
}
......
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