diff --git a/include/staff/orgs.inc.php b/include/staff/orgs.inc.php
index 0df382c6d9aa02f431f2bb952ca7683cb03c56e0..ded6efeb259f66a21580d9e7d8a7454c37b20f7c 100644
--- a/include/staff/orgs.inc.php
+++ b/include/staff/orgs.inc.php
@@ -121,11 +121,7 @@ else
             <?php
             } //end of while.
         endif; ?>
-    <tfoot>
-     <tr>
-        <td colspan="5"> &nbsp; </td>
-     </tr>
-    </tfoot>
+    </tbody>
 </table>
 <?php
 if($res && $num): //Show options..
diff --git a/include/staff/templates/users.tmpl.php b/include/staff/templates/users.tmpl.php
index 6b22d3db9ed111fb2a9ba72b86e3f4558e8e57f1..1b7ab4e1e5d25cf4e69fcf38ff9b76134d682a42 100644
--- a/include/staff/templates/users.tmpl.php
+++ b/include/staff/templates/users.tmpl.php
@@ -103,11 +103,7 @@ else
             <?php
             } //end of while.
         endif; ?>
-    <tfoot>
-     <tr>
-        <td colspan="4"> &nbsp; </td>
-     </tr>
-    </tfoot>
+    </tbody>
 </table>
 <?php
 if($res && $num): //Show options..
diff --git a/include/staff/users.inc.php b/include/staff/users.inc.php
index dab7d730527eddcc74afb20865285af5d154a3a9..62361f198e57510487e798d47bde5cb077a9b85d 100644
--- a/include/staff/users.inc.php
+++ b/include/staff/users.inc.php
@@ -137,11 +137,7 @@ else
             <?php
             } //end of while.
         endif; ?>
-    <tfoot>
-     <tr>
-        <td colspan="5"> &nbsp; </td>
-     </tr>
-    </tfoot>
+    </tbody>
 </table>
 <?php
 if($res && $num): //Show options..