A *lot* more code-cleanups, errors in CSS fixed (missing brackets) and frameset suppo...
[mailer.git] / inc / libs / payout_functions.php
index 5122ee6140aa9546e383f510e2d66544dcf57f0a..e1697c7b6a90fa63ebb66bd55e06f9ff202e4819 100644 (file)
@@ -51,8 +51,8 @@ WHERE %s >= min_points
 ORDER BY type", array($POINTS), __FILE__, __LINE__);
                if (SQL_NUMROWS($result) > 0)
                {
-                       OUTPUT_HTML("<BR><DIV align=\"center\">
-<DIV align=\"center\"><STRONG>".PAYOUT_NOW.":</STRONG></DIV><BR>
+                       OUTPUT_HTML("<br /><DIV align=\"center\">
+<DIV align=\"center\"><STRONG>".PAYOUT_NOW.":</STRONG></DIV><br />
 <UL>");
                        // Now let's check
                        while (list($id, $type, $rate, $mpoi) = SQL_FETCHROW($result))