diff options
Diffstat (limited to 'templates/notification.php')
| -rw-r--r-- | templates/notification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/notification.php b/templates/notification.php index d787f5e..0b105bd 100644 --- a/templates/notification.php +++ b/templates/notification.php @@ -18,7 +18,7 @@ <?php if ($titleLink != null): ?> </a> <?php endif; ?> - <span class="body"><?= htmlspecialchars($body) ?></span> + <span class="body"><?= htmlspecialchars($body, double_encode: false) ?></span> </div> <div hidden class="notifier" <?php if ($unread ?? false): ?> _=" on load |
