From: Ævar Arnfjörð Bjarmason Date: Thu, 24 Mar 2005 09:43:12 +0000 (+0000) Subject: We *do* like pretty html right?;) X-Git-Tag: 1.5.0alpha1~538 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=c4da003170910f692ac43c8ba7c3692d8ae83939;p=lhc%2Fweb%2Fwiklou.git We *do* like pretty html right?;) --- 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() );