]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/bonus_functions.php
Major cleanup of old-school HTML-mess...
[mailer.git] / inc / libs / bonus_functions.php
index 74e1686bcb63408ad3e5cb2c4eeffd582d4d7af3..cc09410198506487fe651b1fb82d5f16296a77df 100644 (file)
@@ -201,7 +201,7 @@ LIMIT 1",
 
                        // Output row
                        $OUT .= "<tr>
-  <td class=\"bonus_rank_".$rows['rank']." bottom switch_sw".$rows['sw']."\">&nbsp;".$rows['rank'].".</td>
+  <td class=\"bonus_rank_".$rows['rank']." bottom switch_sw".$rows['sw']."\">".$rows['rank'].".</td>
   <td class=\"bonus_rank_".$rows['rank']." bottom switch_sw".$rows['sw']."\" align=\"center\">".$rows['userid']."</td>
   <td class=\"bonus_rank_".$rows['rank']." bottom switch_sw".$rows['sw']."\" align=\"center\">".$rows['points']."</td>
 </tr>\n";