diff options
Diffstat (limited to 'templates/actor/profile.php')
| -rw-r--r-- | templates/actor/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/actor/profile.php b/templates/actor/profile.php index aa403a6..25abd99 100644 --- a/templates/actor/profile.php +++ b/templates/actor/profile.php @@ -21,7 +21,7 @@ $actorUser = UserAccount::findByLinkedActor($actor); <div> <div class="displayName"><?= htmlspecialchars($actor->displayName) ?></div> <div class="pronouns"><?= htmlspecialchars($actor->pronouns) ?></div> - <div class="handle">@<?= $actor->getFullHandle($convertIdn = true) ?></div> + <div class="handle">@<?= $actor->getFullHandle(convertIdn: true) ?></div> <div class="joinedDate"><?= sprintf(__('user.profile.createdAt'), format_datetime($actor->created)) ?></div> <?php if ($actor->automated): ?> <div class="inlinePill"> |
