Skip to content

Commit

Permalink
Update user_mgmt.php
Browse files Browse the repository at this point in the history
tags thead and tbody were interlaced
  • Loading branch information
bbannon authored May 17, 2024
1 parent b376d69 commit d9db68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_mgmt.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
<!-- dropdown menu -->
</th>
</tr>
</thead>
<tbody id="user-tbody">
</tbody>
</thead>
</table>

<br>
Expand Down

0 comments on commit d9db68a

Please sign in to comment.