* Fixed issue w/ styling when nosort is present
This commit is contained in:
parent
b003197ddb
commit
626f074f26
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class ContributionScores extends IncludableSpecialPage
|
|||
|
||||
$output .= "</td>\n";
|
||||
|
||||
if ( $altrow == '' && !empty($sortable) )
|
||||
if ( $altrow == '' && empty($sortable) )
|
||||
$altrow = 'odd ';
|
||||
else
|
||||
$altrow = '';
|
||||
|
|
Loading…
Add table
Reference in a new issue