Adjust pagination styling

This commit is contained in:
Brian Miyaji
2014-03-30 11:07:15 +11:00
parent aa16fab404
commit cd9eaf6128
4 changed files with 7 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ $output .= '</tr>' . '</thead>' . '<tbody>';
$i = 0;
if ( is_int( $number ) && $number > 0 )
if ( intval( $number ) > 0 )
$limit = $number;
foreach( $data as $player_id => $row ):