Quick fix for html validity in log pages.... this is kind of a bad interface, shouldn...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Jul 2007 17:32:18 +0000 (17:32 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Jul 2007 17:32:18 +0000 (17:32 +0000)
includes/Linker.php

index 9613026..cda07fc 100644 (file)
@@ -761,7 +761,7 @@ class Linker {
                if( $userId ) {
                        // check if the user has an edit
                        if( $redContribsWhenNoEdits && User::edits( $userId ) == 0 ) {
-                               $style = "class='new'";
+                               $style = " class='new'";
                        } else {
                                $style = '';
                        }