]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_payouts.php
Redirect fixed... *sigh* admin.php is a redirector itself.
[mailer.git] / inc / modules / admin / what-list_payouts.php
index 84016ea7903009245bbb8763fc096ca7ef4dd7a1..157025c55d0c5071fc9b42438f46980479571631 100644 (file)
@@ -165,7 +165,7 @@ if (!empty($_GET['pid']))
                                         else
                                        {
                                                // Something goes wrong... :-(
-                                               $content = implode("<BR>", $ret);
+                                               $content = implode("<br />", $ret);
                                                LOAD_TEMPLATE("admin_payout_failed_transfer", false, $content);
                                        }
                                }