fatal(): Fixed W3C CSS Validator compliance
authorshort <>
Sat, 22 Sep 2001 00:02:52 +0000 (00:02 +0000)
committershort <>
Sat, 22 Sep 2001 00:02:52 +0000 (00:02 +0000)
common.php

index 44f38b9..1749106 100644 (file)
@@ -43,7 +43,7 @@ function fatal($msg="UNKNOWN")
 {
        global $admin_mail;
 
-       print("\n<br /><h1 class=\"error\">Nastala chyba pøi zpracování: $msg!</h1>\n"
+       print("\n<p>&nbsp;<br />&nbsp;</p><hr /><h1 class=\"error\">Nastala chyba pøi zpracování: $msg!</h1>\n"
                        ."<p>Mù¾ete tento problém nahlásit <a href=\"mailto:$admin_mail\">správci tohoto webu</a>.</p>\n");
        footer();
 }