diff options
Diffstat (limited to 'views/list/item.php')
| -rw-r--r-- | views/list/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/list/item.php b/views/list/item.php index 6316669..17a6a59 100644 --- a/views/list/item.php +++ b/views/list/item.php @@ -4,7 +4,7 @@ <h2> <?= $list->Name ?> </h2> - <a href="<?= '/profile/' . $user->Username ?>" class="float-right"> + <a href="<?= '/user/' . $user->Username ?>" class="float-right"> <?= $user->Username ?> </a> </div> |
