From d631f2139497322d87562f0fb33b362876897d10 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 26 Jul 2002 08:40:56 +0000 Subject: [PATCH] Fixed 'POST' statement containing some blanks SVN revision: 183 --- elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/elogd.c b/elogd.c index 5a831167..2cf91bf1 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.49 2002/07/26 08:40:56 midas + Fixed 'POST' statement containing some blanks + Revision 2.48 2002/07/25 15:37:26 midas Fixed bug with ss_find_file under unix @@ -4470,7 +4473,7 @@ char *buffer; show_http_header(); rsprintf("ELOG config\n"); - rsprintf("
\n"); + rsprintf("\n"); /*---- title ----*/