From 29d0510432ac223def3b65d672c7775d4c3d8408 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Tue, 30 Aug 2016 09:18:33 +0100 Subject: [PATCH] Fix invisible not-banned text in some themes --- banned.php | 4 +--- templates/not_banned.html | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/banned.php b/banned.php index 6508c111..9d9a06a5 100644 --- a/banned.php +++ b/banned.php @@ -1,7 +1,6 @@ "._("Banned?").""; //If the user is not banned, show the "not banned" page. die( @@ -11,6 +10,5 @@ 'nojavascript' => true, 'body' => Element('not_banned.html', array() )) - )); - print ""; + )); ?> diff --git a/templates/not_banned.html b/templates/not_banned.html index 41d81db0..2d043274 100644 --- a/templates/not_banned.html +++ b/templates/not_banned.html @@ -1,6 +1,6 @@ {% filter remove_whitespace %} -{# Automatically removes unnecessary whitespace #}
-

You are not banned! Well done on not being terrible!

+

You are not banned!

+

Well done on not being terrible!

{% endfilter %}