diff options
Diffstat (limited to 'public/emotes')
| -rw-r--r-- | public/emotes/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/emotes/index.php b/public/emotes/index.php index 9501f04..af14120 100644 --- a/public/emotes/index.php +++ b/public/emotes/index.php @@ -181,7 +181,8 @@ if (CLIENT_REQUIRES_JSON) { } echo '</div>'; } else { - echo "Emotes - Page $page/$total_pages"; + echo "<div class='grow'>Emotes - Page $page/$total_pages</div>"; + html_emotelist_mode(); } ?> </div> |
