change to spaces

This commit is contained in:
creme 2020-01-20 12:09:38 +01:00
parent c76202ef0c
commit c2686ef9a6
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
3 changed files with 60 additions and 60 deletions

View File

@ -201,16 +201,16 @@ you find on the <a href="/sysinfo/">sysinfo page</a>.</em>
<p></p>
<details><summary class="menu">user list</summary><small> &gt; <a href="/users/">list all users</a></small>
<p></p>
<ul class="userlist">
<?php
<p></p>
<ul class="userlist">
<?php
foreach ($user_info->data->users as $user => $value) {
if ($user_info->data->users->$user->website != '') {
echo "\t<li><a rel=\"$user\" target=\"_blank\" href=\"/~$user\">&#126;$user</a></li>\n";
}
}
?>
</ul>
?>
</ul>
</details>
<p></p>
</div>