diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-09 01:51:38 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-09 01:51:38 +0500 |
| commit | 64a9bfae4a659f38f33320e59004a1d1dd259a40 (patch) | |
| tree | 037ada7511f50fa78dff1c6645b984b327f77ce2 /emotesets.php | |
| parent | 29477e67ede12347b153e2255325327374e1b073 (diff) | |
upd: replaced <?php echo with <?=
Diffstat (limited to 'emotesets.php')
| -rw-r--r-- | emotesets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emotesets.php b/emotesets.php index e2dae57..35675ce 100644 --- a/emotesets.php +++ b/emotesets.php @@ -136,7 +136,7 @@ if (CLIENT_REQUIRES_JSON) { <section class="box"> <div class="box navtab row"> <div class="grow"> - <?php echo $title ?> + <?= $title ?> </div> <?php if (!empty($emote_set)) { |
