We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1a2c6 commit a477f10Copy full SHA for a477f10
webroot/admin/user-mgmt.php
@@ -63,7 +63,7 @@ class="stripe compact hover"
63
echo "<td>" . $attributes["gecos"][0] . "</td>";
64
echo "<td>" . $uid . "</td>";
65
echo "<td>" . $attributes["o"][0] . "</td>";
66
- echo "<td>". $attributes["mail"][0] . "</td>";
+ echo "<td>" . $attributes["mail"][0] . "</td>";
67
echo "<td>";
68
echo "<ul style='padding-left: 2ch; margin: 0;'>";
69
if (count($UID2PIGIDs[$uid]) > 0) {
0 commit comments