diff options
Diffstat (limited to 'public/emotes/index.php')
| -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" />'; |
