diff options
| author | winter Sparkles | 2026-07-03 02:54:48 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-07-03 02:54:48 +0100 |
| commit | 59aeb7b036cb6d38c6649eec16995c432c051fef (patch) | |
| tree | 210d546fc7e2ae8d5aac7bb3051a39b3994e7ad8 /templates/thread_page.php | |
| parent | e14f4b88e77b380afa8e40e1e66f48772515e95c (diff) | |
this is what i get for not writing any php in ages
Diffstat (limited to 'templates/thread_page.php')
| -rw-r--r-- | templates/thread_page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/thread_page.php b/templates/thread_page.php index f36930c..4fbdc05 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($convertIdn = true), + 'pageTitle' => '"' . $note->plainContent . '" - @' . $note->author->getFullHandle(convertIdn: true), 'renderTitleHeading' => false, 'ogTitle' => $note->author->displayName, 'ogDesc' => $note->plainContent, |
