From 65264d0356209e06447166529dfae7b2862066d7 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 25 Sep 2002 15:00:31 +0000 Subject: [PATCH] Fixed HTML bug SVN revision: 252 --- elogd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/elogd.c b/elogd.c index 22c2788a..1f5c97cf 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.84 2002/09/25 15:00:31 midas + Fixed HTML bug + Revision 2.83 2002/09/25 10:33:47 midas Fixed URL problem with delete @@ -5521,7 +5524,6 @@ char str[256], in_reply_to[80], reply_to[256]; { /* delete message */ status = el_delete_message(lbs, message_id, TRUE, NULL, TRUE); - rsprintf(""); if (status != EL_SUCCESS) { sprintf(str, "%s = %d", loc("Error deleting message: status"), status);