A *lot* more code-cleanups, errors in CSS fixed (missing brackets) and frameset suppo...
[mailer.git] / inc / libs / register_functions.php
index 3c4d42e6f8c03bf32c3afb42a4ae71500f664211..317bcea87b07775ef6a9d9f27ceb42f1395186ae 100644 (file)
@@ -98,7 +98,7 @@ function REGISTER_OUTPUT_REQUIRE_CHECK(&$array)
                        $array[$name] = "";
                        $eval = "\$OUT = REGISTER_".strtoupper($name)."_REQUIRED;";
                        eval($eval);
-                       OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".$OUT."</SPAN></STRONG><BR><BR>");
+                       OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".$OUT."</SPAN></STRONG><br /><br />");
                }
        }