From ee892c109bfcf5fd108e8a5ed5018f6f050deb32 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Tue, 28 Aug 2001 04:33:54 +0000 Subject: Added an extra CRNL to the end of the HTML body. --- src/utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils.c b/src/utils.c index 9ee0515..5278a14 100644 --- a/src/utils.c +++ b/src/utils.c @@ -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) "Cache Error!
\r\n" \ "An error of type %d occurred: %s\r\n" \ "
\r\n" \ - "Generated by %s/%s\r\n" \ - "\r\n"; + "Generated by %s (%s)\r\n" \ + "\r\n\r\n"; char *header_buffer; char *message_buffer; -- cgit v1.2.3