summaryrefslogtreecommitdiff
path: root/public/emotes/index.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-04 00:46:48 +0500
committerilotterytea <iltsu@alright.party>2025-05-04 00:46:48 +0500
commitd16358f951d75f96b617f50873e373ac710dcdd5 (patch)
tree349c5522e067dceba89e56a660a7331edad65456 /public/emotes/index.php
parentfd9fb70fc28a22d3112d395e93377733194c6528 (diff)
fix: emote link
Diffstat (limited to 'public/emotes/index.php')
-rw-r--r--public/emotes/index.php2
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" />';