Fixed spacing and removed unneeded parenthesis
[lhc/web/wiklou.git] / includes / specials / SpecialPrefixindex.php
index 065c141..f914702 100644 (file)
@@ -212,7 +212,7 @@ class SpecialPrefixindex extends SpecialAllpages {
                                                $out .= '</tr>';
                                        }
                                }
-                               if ( ($n % 3) != 0 ) {
+                               if ( $n % 3 != 0 ) {
                                        $out .= '</tr>';
                                }
                                $out .= Xml::closeElement( 'table' );