Merge pull request #134 from miroslawlis/patch-1

Update league-table.php
This commit is contained in:
brianmiyaji
2015-12-10 22:23:50 +13:00

View File

@@ -121,7 +121,7 @@ foreach ( $data as $team_id => $row ):
$td_class = ' sp-highlight'; $td_class = ' sp-highlight';
endif; endif;
$output .= '<tr class="' . ( $i % 2 == 0 ? 'odd' : 'even' ) . $tr_class . '">'; $output .= '<tr class="' . ( $i % 2 == 0 ? 'odd' : 'even' ) . $tr_class . ' row-no-' . $i . '">';
// Rank // Rank
$output .= '<td class="data-rank' . $td_class . '">' . sp_array_value( $row, 'pos' ) . '</td>'; $output .= '<td class="data-rank' . $td_class . '">' . sp_array_value( $row, 'pos' ) . '</td>';