diff options
Diffstat (limited to 'templates/actor/profile_page.php')
| -rw-r--r-- | templates/actor/profile_page.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/actor/profile_page.php b/templates/actor/profile_page.php index f9b688c..53bd47d 100644 --- a/templates/actor/profile_page.php +++ b/templates/actor/profile_page.php @@ -8,7 +8,7 @@ $lang = get_ui_language(); $actorUser = UserAccount::findByLinkedActor($actor); call_template('skeleton', [ - 'pageTitle' => "$actor->displayName - @" . $actor->getFullHandle(), + 'pageTitle' => "$actor->displayName - @" . $actor->getFullHandle($convertIdn = true), 'renderTitleHeading' => false, 'ogTitle' => $actor->displayName, 'ogDesc' => $actor->bio, @@ -58,4 +58,4 @@ call_template('skeleton', [ call_template('placeholder_text', ['count' => $countNotShown]); } } -});
\ No newline at end of file +}); |
