diff --git a/Web/Presenters/templates/User/banned.xml b/Web/Presenters/templates/User/banned.xml
index f0e7e661..ec08e473 100644
--- a/Web/Presenters/templates/User/banned.xml
+++ b/Web/Presenters/templates/User/banned.xml
@@ -4,82 +4,86 @@
{tr("user_banned", htmlentities($user->getFirstName()))|noescape}
{_"user_banned_comment"} {$user->getBanReason()}.
-
- {_unban_user_action}
-
- {if $user->isBannedInSupport()}
- {_unban_in_support_user_action}
- {else}
- {_ban_in_support_user_action}
- {/if}
-
-
+
+ {_unban_user_action}
+
+ {if $user->isBannedInSupport()}
+ {_unban_in_support_user_action}
+ {else}
+ {_ban_in_support_user_action}
+ {/if}
+
+