mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-07-29 03:50:11 +02:00
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:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user