From dd4d47bde45d20954129ba256696bf12c3826cdd Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 16 Mar 2025 02:04:04 +0000 Subject: fix hx-target everywhere :< --- templates/actor/profile_block_button.php | 2 +- templates/actor/profile_editable.php | 3 ++- templates/actor/profile_follow_button.php | 2 +- templates/actor/profile_poke_form.php | 3 ++- templates/actor/profile_reset_avatar.php | 2 +- templates/change_password_form.php | 3 ++- templates/login_form.php | 2 +- templates/note/reply_form.php | 3 ++- templates/note/write_form.php | 4 ++-- templates/preferences_form.php | 2 +- templates/settings_editor.php | 2 +- templates/user_mention_pill.php | 5 +++-- 12 files changed, 19 insertions(+), 14 deletions(-) diff --git a/templates/actor/profile_block_button.php b/templates/actor/profile_block_button.php index 1b71613..98ed438 100644 --- a/templates/actor/profile_block_button.php +++ b/templates/actor/profile_block_button.php @@ -3,7 +3,7 @@ $blocks = $user->actor->blocks($actor); $action = $blocks ? 'unblock' : 'block'; ?> \ No newline at end of file diff --git a/templates/actor/profile_editable.php b/templates/actor/profile_editable.php index fc969bd..f4318fd 100644 --- a/templates/actor/profile_editable.php +++ b/templates/actor/profile_editable.php @@ -1,4 +1,5 @@ -