UserController: Add missing closing div tag to the list action's view script

refs #8826
This commit is contained in:
Johannes Meyer 2015-05-05 07:12:25 +02:00
parent d171dd2ec9
commit 271e350faa
1 changed files with 2 additions and 1 deletions

View File

@ -46,4 +46,5 @@ if (count($users) === 0) {
</tr>
<?php endforeach ?>
</tbody>
</table>
</table>
</div>