*** empty log message ***

svn path=/trunk/boinc/; revision=1968
This commit is contained in:
David Anderson 2003-08-04 23:12:09 +00:00
parent 118a2a5c50
commit ee52091bd5
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ function write_fd($fd, $str) {
}
function page_head($title, $user=null, $fd=null) {
write_fd($fd, "<head><title>$title</title></head><body bgcolor=ffffff>\n");
write_fd($fd, "<html>\n<head><title>$title</title></head>\n<body bgcolor=ffffff>\n");
project_banner($user, $fd);
}
@ -122,7 +122,7 @@ function page_tail($fd=null) {
// put your copyright notice etc. here
write_fd($fd, "<br><br>Copyright (c) 2003 ".PROJECT."</center>\n</body>");
write_fd($fd, "<br><br>Copyright (c) 2003 ".PROJECT."</center>\n</body>\n</html>");
}
function db_error_page() {