Skip to content

Commit e46d2bb

Browse files
committed
adjust whitespace in output
1 parent eb31916 commit e46d2bb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

webroot/admin/user-mgmt.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ class="stripe compact hover"
3939
<th>Mail</th>
4040
<th>Groups</th>
4141
<th>Actions</th>
42-
<?php
43-
foreach (UserFlag::cases() as $flag) {
44-
echo "<th>$flag->value</th>";
45-
}
46-
?>
42+
<?php foreach (UserFlag::cases() as $flag) : ?>
43+
<th><?php echo $flag->value; ?></th>
44+
<?php endforeach ?>
4745
</tr>
4846
</thead>
4947
<tbody>

0 commit comments

Comments
 (0)