Added an extra CRNL to the end of the HTML body.

This commit is contained in:
Robert James Kaes 2001-08-28 04:33:54 +00:00
parent fd65072f1f
commit ee892c109b

View File

@ -1,4 +1,4 @@
/* $Id: utils.c,v 1.6 2001-08-27 17:46:50 rjkaes Exp $
/* $Id: utils.c,v 1.7 2001-08-28 04:33:54 rjkaes Exp $
*
* Misc. routines which are used by the various functions to handle strings
* and memory allocation and pretty much anything else we can think of. Also,
@ -79,8 +79,8 @@ int httperr(struct conn_s *connptr, int err, const char *msg)
"<font size=\"+2\">Cache Error!</font><br>\r\n" \
"An error of type %d occurred: %s\r\n" \
"<hr>\r\n" \
"<font size=\"-1\"><em>Generated by %s/%s</em></font>\r\n" \
"</body></html>\r\n";
"<font size=\"-1\"><em>Generated by %s (%s)</em></font>\r\n" \
"</body></html>\r\n\r\n";
char *header_buffer;
char *message_buffer;