* s~ +$~~
[lhc/web/wiklou.git] / includes / SpecialBlockme.php
index 11f4c73..59133ed 100644 (file)
@@ -17,7 +17,7 @@ function wfSpecialBlockme()
        if ( !$wgBlockOpenProxies || $_REQUEST['ip'] != md5( $ip . $wgProxyKey ) ) {
                $wgOut->addWikiText( wfMsg( "disabled" ) );
                return;
-       }       
+       }
 
        $blockerName = wfMsg( "proxyblocker" );
        $reason = wfMsg( "proxyblockreason" );