* Fixed issue w/ styling when nosort is present
This commit is contained in:
@@ -112,7 +112,7 @@ class ContributionScores extends IncludableSpecialPage
|
||||
|
||||
$output .= "</td>\n";
|
||||
|
||||
if ( $altrow == '' && !empty($sortable) )
|
||||
if ( $altrow == '' && empty($sortable) )
|
||||
$altrow = 'odd ';
|
||||
else
|
||||
$altrow = '';
|
||||
|
||||
Reference in New Issue
Block a user