Skip to content

Commit d41b8f3

Browse files
committed
adjust whitespace in output
1 parent 0f9647e commit d41b8f3

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
@@ -38,11 +38,9 @@ class="stripe compact hover"
3838
<th>Mail</th>
3939
<th>Groups</th>
4040
<th>Actions</th>
41-
<?php
42-
foreach (UserFlag::cases() as $flag) {
43-
echo "<th>$flag->value</th>";
44-
}
45-
?>
41+
<?php foreach (UserFlag::cases() as $flag) : ?>
42+
<th><?php echo $flag->value; ?></th>
43+
<?php endforeach ?>
4644
</tr>
4745
</thead>
4846
<tbody>

0 commit comments

Comments
 (0)