diff options
Diffstat (limited to 'templates/actor/profile_editable.php')
| -rw-r--r-- | templates/actor/profile_editable.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/actor/profile_editable.php b/templates/actor/profile_editable.php index bb5f72c..0846403 100644 --- a/templates/actor/profile_editable.php +++ b/templates/actor/profile_editable.php @@ -15,7 +15,7 @@ value="<?= htmlspecialchars($actor->pronouns) ?>"> </div> </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> </div> </div> |
