From e14f4b88e77b380afa8e40e1e66f48772515e95c Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Thu, 2 Jul 2026 19:07:41 +0100 Subject: add IDN support in various ui places --- templates/thread_page.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/thread_page.php') diff --git a/templates/thread_page.php b/templates/thread_page.php index da7c556..f36930c 100644 --- a/templates/thread_page.php +++ b/templates/thread_page.php @@ -3,7 +3,7 @@ use Digitigrade\Model\Note; use Digitigrade\Model\UserAccount; call_template('skeleton', [ - 'pageTitle' => '"' . $note->plainContent . '" - @' . $note->author->getFullHandle(), + 'pageTitle' => '"' . $note->plainContent . '" - @' . $note->author->getFullHandle($convertIdn = true), 'renderTitleHeading' => false, 'ogTitle' => $note->author->displayName, 'ogDesc' => $note->plainContent, @@ -21,4 +21,4 @@ call_template('skeleton', [ call_template('note/note', ['note' => $n, 'selected' => $n == $targetNote]); } } -}); \ No newline at end of file +}); -- cgit v1.3