]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/bonus_functions.php
Again missed... :( @profi-concept: wie geht das?
[mailer.git] / inc / libs / bonus_functions.php
index b137dc6c33140cf47ba462f9d7dbbaa5f00e2d36..649f086c3a0c60145bdea192bb9ea5cc667e3ce0 100644 (file)
@@ -163,11 +163,11 @@ function BONUS_MAKE_RANK_ROWS ($data, $type, $uid) {
                        } // END - if
 
                        // Output row
-                       $OUT .= "<TR>
-  <TD class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\">&nbsp;".$rank.".</TD>
-  <TD class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\" align=\"center\">".$userid."</TD>
-  <TD class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\" align=\"center\">".$points."</TD>
-</TR>\n";
+                       $OUT .= "<tr>
+  <td class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\">&nbsp;".$rank.".</td>
+  <td class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\" align=\"center\">".$userid."</td>
+  <td class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\" align=\"center\">".$points."</td>
+</tr>\n";
                        $SW = 3 - $SW;
                } // END - for
 
@@ -177,11 +177,11 @@ function BONUS_MAKE_RANK_ROWS ($data, $type, $uid) {
                } // END - if
        } else {
                // No entries found!
-               $OUT = "<TR>
-  <TD colspan=\"3\" align=\"center\" height=\"30\" class=\"bottom2\">
-    <STRONG class=\"guest_failed\">".BONUS_NO_RANKS_1.$data.BONUS_NO_RANKS_2."</STRONG>
-  </TD>
-</TR>\n";
+               $OUT = "<tr>
+  <td colspan=\"3\" align=\"center\" height=\"30\" class=\"bottom2\">
+    <div class=\"guest_failed\">".BONUS_NO_RANKS_1.$data.BONUS_NO_RANKS_2."</div>
+  </td>
+</tr>\n";
                define('__YOUR_RANKING_LINE', "");
        }
        return $OUT;