Skip to content

Commit d6dd934

Browse files
committed
phpcbf
1 parent f470c31 commit d6dd934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/admin/user-mgmt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class="stripe compact hover"
6363
echo "<td>" . $attributes["gecos"][0] . "</td>";
6464
echo "<td>" . $uid . "</td>";
6565
echo "<td>" . $attributes["o"][0] . "</td>";
66-
echo "<td>". $attributes["mail"][0] . "</td>";
66+
echo "<td>" . $attributes["mail"][0] . "</td>";
6767
echo "<td>";
6868
echo "<ul style='padding-left: 2ch; margin: 0;'>";
6969
if (count($UID2PIGIDs[$uid]) > 0) {

0 commit comments

Comments
 (0)