diff --git a/app/assets/javascripts/discourse/templates/password-reset.hbs b/app/assets/javascripts/discourse/templates/password-reset.hbs
index d2126263c40..de7a37ce5d5 100644
--- a/app/assets/javascripts/discourse/templates/password-reset.hbs
+++ b/app/assets/javascripts/discourse/templates/password-reset.hbs
@@ -19,7 +19,7 @@
{{#if securityKeyOrSecondFactorRequired }}
{{#if errorMessage}}
{{/if}}
{{#if securityKeyRequired }}
{{#security-key-form
diff --git a/app/assets/javascripts/discourse/templates/preferences/account.hbs b/app/assets/javascripts/discourse/templates/preferences/account.hbs
index 35ef2a229ad..286e6edc6fb 100644
--- a/app/assets/javascripts/discourse/templates/preferences/account.hbs
+++ b/app/assets/javascripts/discourse/templates/preferences/account.hbs
@@ -208,7 +208,7 @@
{{plugin-outlet name="user-preferences-account" args=(hash model=model save=(action "save"))}}
-
{{plugin-outlet name="user-custom-controls" args=(hash model=model)}}
@@ -223,7 +223,7 @@
{{#if model.canDeleteAccount}}
-
+
{{d-button action=(action "delete") disabled=deleteDisabled class="btn-danger" icon="far-trash-alt" label="user.delete_account"}}
diff --git a/app/assets/javascripts/discourse/templates/preferences/categories.hbs b/app/assets/javascripts/discourse/templates/preferences/categories.hbs
index d9a2dbf913a..e5314b67457 100644
--- a/app/assets/javascripts/discourse/templates/preferences/categories.hbs
+++ b/app/assets/javascripts/discourse/templates/preferences/categories.hbs
@@ -57,7 +57,7 @@
{{plugin-outlet name="user-preferences-categories" args=(hash model=model save=(action "save"))}}
-
+
{{plugin-outlet name="user-custom-controls" args=(hash model=model)}}
diff --git a/app/assets/javascripts/discourse/templates/preferences/emails.hbs b/app/assets/javascripts/discourse/templates/preferences/emails.hbs
index 568aa093a6b..ef99c5be125 100644
--- a/app/assets/javascripts/discourse/templates/preferences/emails.hbs
+++ b/app/assets/javascripts/discourse/templates/preferences/emails.hbs
@@ -89,7 +89,7 @@
{{plugin-outlet name="user-preferences-emails" args=(hash model=model save=(action "save"))}}
-
+
{{plugin-outlet name="user-custom-controls" args=(hash model=model)}}
diff --git a/app/assets/javascripts/discourse/templates/preferences/interface.hbs b/app/assets/javascripts/discourse/templates/preferences/interface.hbs
index 7549831fb40..d3493d0127a 100644
--- a/app/assets/javascripts/discourse/templates/preferences/interface.hbs
+++ b/app/assets/javascripts/discourse/templates/preferences/interface.hbs
@@ -95,7 +95,7 @@
{{plugin-outlet name="user-preferences-interface" args=(hash model=model save=(action "save"))}}
-
+
{{plugin-outlet name="user-custom-controls" args=(hash model=model)}}
diff --git a/app/assets/javascripts/discourse/templates/preferences/notifications.hbs b/app/assets/javascripts/discourse/templates/preferences/notifications.hbs
index 089c5a01621..9b1b8b9858b 100644
--- a/app/assets/javascripts/discourse/templates/preferences/notifications.hbs
+++ b/app/assets/javascripts/discourse/templates/preferences/notifications.hbs
@@ -64,7 +64,7 @@
{{plugin-outlet name="user-preferences-notifications" args=(hash model=model save=(action "save"))}}
-
+
{{plugin-outlet name="user-custom-controls" args=(hash model=model)}}
diff --git a/app/assets/javascripts/discourse/templates/preferences/profile.hbs b/app/assets/javascripts/discourse/templates/preferences/profile.hbs
index 8db3932ba3d..1a1909983bd 100644
--- a/app/assets/javascripts/discourse/templates/preferences/profile.hbs
+++ b/app/assets/javascripts/discourse/templates/preferences/profile.hbs
@@ -91,7 +91,7 @@
{{plugin-outlet name="user-custom-preferences" args=(hash model=model)}}
-
+
{{plugin-outlet name="user-custom-controls" args=(hash model=model)}}
diff --git a/app/assets/javascripts/discourse/templates/preferences/tags.hbs b/app/assets/javascripts/discourse/templates/preferences/tags.hbs
index 1e7880f23b0..5aa4ced4b26 100644
--- a/app/assets/javascripts/discourse/templates/preferences/tags.hbs
+++ b/app/assets/javascripts/discourse/templates/preferences/tags.hbs
@@ -55,7 +55,7 @@
{{plugin-outlet name="user-preferences-tags" args=(hash model=model save=(action "save"))}}
-
+
{{plugin-outlet name="user-custom-controls" args=(hash model=model)}}
diff --git a/app/assets/javascripts/discourse/templates/tag-groups.hbs b/app/assets/javascripts/discourse/templates/tag-groups.hbs
index f517650a277..6d7d1b0c743 100644
--- a/app/assets/javascripts/discourse/templates/tag-groups.hbs
+++ b/app/assets/javascripts/discourse/templates/tag-groups.hbs
@@ -23,5 +23,5 @@
{{outlet}}
-
+
diff --git a/app/assets/javascripts/discourse/templates/tags/index.hbs b/app/assets/javascripts/discourse/templates/tags/index.hbs
index b19016bd0a2..2740b1822f7 100644
--- a/app/assets/javascripts/discourse/templates/tags/index.hbs
+++ b/app/assets/javascripts/discourse/templates/tags/index.hbs
@@ -17,7 +17,7 @@