aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/actor/profile_editable.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/actor/profile_editable.php')
-rw-r--r--templates/actor/profile_editable.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/actor/profile_editable.php b/templates/actor/profile_editable.php
index f6a0fc4..bb5f72c 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() ?></div>
+ <div class="handle">@<?= $actor->getFullHandle($convertIdn = true) ?></div>
<div class="joinedDate"><?= sprintf(__('user.profile.createdAt'), format_datetime($actor->created)) ?></div>
</div>
</div>
@@ -38,4 +38,4 @@
</button>
<button class="primary"><?= __('form.saveChanges') ?></button>
</div>
-</form> \ No newline at end of file
+</form>