summaryrefslogtreecommitdiffstats
path: root/web/template/stats
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/stats')
-rw-r--r--web/template/stats/user_table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/stats/user_table.php b/web/template/stats/user_table.php
index ba6751f4..284d5b9e 100644
--- a/web/template/stats/user_table.php
+++ b/web/template/stats/user_table.php
@@ -7,7 +7,7 @@ $username = username_from_sid($_COOKIE["AURSID"]);
<table>
<tr>
<td>
- <a href="<?= get_uri('/packages/'); ?>?SeB=m&amp;L=2&amp;K=<?= $username; ?>">
+ <a href="<?= get_uri('/packages/'); ?>?SeB=m&amp;K=<?= $username; ?>">
<?= __("Packages in unsupported"); ?></a>
</td>
<td><?= $maintainer_unsupported_count; ?></td>