* Fixed issue w/ styling when nosort is present

This commit is contained in:
Tim Laqua 2008-04-14 17:43:07 +00:00
parent b003197ddb
commit 626f074f26

View file

@ -112,7 +112,7 @@ class ContributionScores extends IncludableSpecialPage
$output .= "</td>\n";
if ( $altrow == '' && !empty($sortable) )
if ( $altrow == '' && empty($sortable) )
$altrow = 'odd ';
else
$altrow = '';