Signed-off-by: canyonknight <canyonkni...@gmail.com>
---
 web/template/stats/user_table.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/template/stats/user_table.php 
b/web/template/stats/user_table.php
index ba6751f..284d5b9 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>
-- 
1.8.1

Reply via email to