From 626f074f26cb54aa153e6122d9b0e6c0ff4a6447 Mon Sep 17 00:00:00 2001 From: Tim Laqua Date: Mon, 14 Apr 2008 17:43:07 +0000 Subject: [PATCH] * Fixed issue w/ styling when nosort is present --- ContributionScores_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ContributionScores_body.php b/ContributionScores_body.php index 3776077..dc0e55b 100644 --- a/ContributionScores_body.php +++ b/ContributionScores_body.php @@ -112,7 +112,7 @@ class ContributionScores extends IncludableSpecialPage $output .= "\n"; - if ( $altrow == '' && !empty($sortable) ) + if ( $altrow == '' && empty($sortable) ) $altrow = 'odd '; else $altrow = '';