From ee52091bd58eddeab1f22e6c382d8f479e9e6b3f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 4 Aug 2003 23:12:09 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1968 --- html/user/util.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {