UserController: Add missing closing div tag to the list action's view script
refs #8826
This commit is contained in:
parent
d171dd2ec9
commit
271e350faa
|
@ -46,4 +46,5 @@ if (count($users) === 0) {
|
|||
</tr>
|
||||
<?php endforeach ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
</div>
|
Loading…
Reference in New Issue