Correct paragraph in error page

git-svn-id: file:///home/jj/hercules.svn/trunk@809 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Jan Jaeger
2002-04-11 12:52:18 +00:00
parent 602d7c2b13
commit 7868140ebe
+1 -1
View File
@@ -126,7 +126,7 @@ static void http_error(WEBBLK *webblk, char *err, char *header, char *info)
fprintf(webblk->hsock,"HTTP/1.0 %s\n%sConnection: close\n"
"Content-Type: text/html\n\n"
"<HTML><HEAD><TITLE>%s</TITLE></HEAD>"
"<BODY><H1>%s</H1>%s<P></BODY></HTML>\n\n",
"<BODY><H1>%s</H1><P>%s</BODY></HTML>\n\n",
err, header, err, err, info);
http_exit(webblk);
}