diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-04 00:46:48 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-04 00:46:48 +0500 |
| commit | d16358f951d75f96b617f50873e373ac710dcdd5 (patch) | |
| tree | 349c5522e067dceba89e56a660a7331edad65456 /public/emotes | |
| parent | fd9fb70fc28a22d3112d395e93377733194c6528 (diff) | |
fix: emote link
Diffstat (limited to 'public/emotes')
| -rw-r--r-- | public/emotes/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/emotes/index.php b/public/emotes/index.php index 2c2cff7..ddde7c3 100644 --- a/public/emotes/index.php +++ b/public/emotes/index.php @@ -413,7 +413,7 @@ if (CLIENT_REQUIRES_JSON) { <div class="box content items"> <?php foreach ($emotes as $e) { - echo '<a class="box emote" href="emotes?id=' . $e->get_id() . '">'; + echo '<a class="box emote" href="/emotes?id=' . $e->get_id() . '">'; if ($e->is_added_by_user()) { echo '<img src="/static/img/icons/yes.png" class="emote-check" />'; |
