aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/skeleton.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/skeleton.php')
-rw-r--r--templates/skeleton.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/skeleton.php b/templates/skeleton.php
index afe7321..a7b6e95 100644
--- a/templates/skeleton.php
+++ b/templates/skeleton.php
@@ -49,7 +49,7 @@ $settings = GlobalSettings::getInstance();
else: ?>
<a href="/@/<?= $user->actor->handle ?>" id="currentUserInfo">
<?php call_template('actor_avatar', ['actor' => $user->actor]) ?>
- <?= $user->actor->displayName ?>
+ <?= htmlspecialchars($user->actor->displayName) ?>
</a>
<?php endif; ?>
</nav>