A *lot* more code-cleanups, errors in CSS fixed (missing brackets) and frameset suppo...
[mailer.git] / inc / libs / output_functions.php
index efa5bc730468b4d0a67e71cd855679ec00ebcc74..49a2d8385fa577721e7658c861e9f8491f1a82af 100644 (file)
@@ -155,9 +155,9 @@ function get_template ($template, $return=false, $content="")
         elseif (IS_ADMIN())
        {
                // Only admins shall see this warning
-               $ret = "<BR><SPAN class=\"guest_failed\">".TEMPLATE_404."</SPAN><BR>
+               $ret = "<br /><SPAN class=\"guest_failed\">".TEMPLATE_404."</SPAN><br />
 (".basename($file).")
-<BR><BR>";
+<br /><br />";
        }
        if ($return)
        {