aboutsummaryrefslogtreecommitdiffstats
path: root/template/standard/html/user/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/standard/html/user/list.php')
-rw-r--r--template/standard/html/user/list.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/user/list.php b/template/standard/html/user/list.php
index d95bd0c..ebc231d 100644
--- a/template/standard/html/user/list.php
+++ b/template/standard/html/user/list.php
@@ -10,10 +10,10 @@
<h1><i class="fa fa-user"></i><?=$Language->text('user_overview')?></h1>
<p><?=$Language->text('user_overview_heading_desc', $PAGINATION['THIS'])?></p>
-<ul class="item-list user">
+<div class="item-container user">
<?php foreach($LIST['USERS'] as $user): ?>
<?php echo $user; ?>
<?php endforeach; ?>
-</ul>
+</div>
<?=$PAGINATION['HTML']?> \ No newline at end of file