summaryrefslogtreecommitdiff
path: root/app/Template/user/sessions.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/user/sessions.php')
-rw-r--r--app/Template/user/sessions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/user/sessions.php b/app/Template/user/sessions.php
index 67b2c8cd..eabf3672 100644
--- a/app/Template/user/sessions.php
+++ b/app/Template/user/sessions.php
@@ -13,7 +13,7 @@
<th><?= t('User agent') ?></th>
<th class="column-10"><?= t('Action') ?></th>
</tr>
- <?php foreach($sessions as $session): ?>
+ <?php foreach ($sessions as $session): ?>
<tr>
<td><?= dt('%B %e, %Y at %k:%M %p', $session['date_creation']) ?></td>
<td><?= dt('%B %e, %Y at %k:%M %p', $session['expiration']) ?></td>