diff --git a/html/user/util.inc b/html/user/util.inc index 588cc0dbd8..ed11c5d1c7 100644 --- a/html/user/util.inc +++ b/html/user/util.inc @@ -113,7 +113,7 @@ function write_fd($fd, $str) { } function page_head($title, $user=null, $fd=null) { - write_fd($fd, "$title\n"); + write_fd($fd, "\n$title\n\n"); project_banner($user, $fd); } @@ -122,7 +122,7 @@ function page_tail($fd=null) { // put your copyright notice etc. here - write_fd($fd, "

Copyright (c) 2003 ".PROJECT."\n"); + write_fd($fd, "

Copyright (c) 2003 ".PROJECT."\n\n"); } function db_error_page() {