From c4da003170910f692ac43c8ba7c3692d8ae83939 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 24 Mar 2005 09:43:12 +0000 Subject: [PATCH] We *do* like pretty html right?;) --- includes/SpecialBlockip.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/SpecialBlockip.php b/includes/SpecialBlockip.php index bc93304e6c..05defec151 100644 --- a/includes/SpecialBlockip.php +++ b/includes/SpecialBlockip.php @@ -68,8 +68,9 @@ class IPBlockForm { $scBlockExpiry = htmlspecialchars( $this->BlockExpiry ); $scBlockReason = htmlspecialchars( $this->BlockReason ); - $blockExpiryFormOptions = join(""; + $blockExpiryFormOptions = '\n\t\t\t\t\t'; $token = htmlspecialchars( $wgUser->editToken() ); -- 2.20.1