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/actor/profile_editable.php | |
| parent | e14f4b88e77b380afa8e40e1e66f48772515e95c (diff) | |
this is what i get for not writing any php in ages
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> |
