Code-style applied, surfbar URLs can now be edited
[mailer.git] / inc / modules / admin / what-config_bonus.php
index c07251b6dcc45229002b15d0b3007cdda70b3707..edf24bfc67ff58f07c6a49092d33954516d0e541 100644 (file)
@@ -96,7 +96,7 @@ if (isset($_POST['ok']))
 
        // Generate list
        $OUT = "<OL start=\"2\">\n";
-       foreach ($RANKS as $k=>$rate) {
+       foreach ($RANKS as $k => $rate) {
                if (!empty($rate))      {
                        // Print only when something is in
                        $OUT .= "  <LI><INPUT type=\"text\" name=\"rate[".($k + 2)."]\" class=\"admin_normal\" size=\"4\" maxlength=\"7\" value=\"".$rate."\">&nbsp;<FONT class=\"admin_notes\">(".POINTS.")</FONT?</LI>\n";