From 55d409a6fc670e71689f643ca070740d98c95f9b Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Sat, 12 Feb 2005 16:14:19 +0000 Subject: [PATCH] Removed superflous SVN revision: 1197 --- src/elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index b8e5a53e..692017da 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.554 2005/02/12 16:14:19 ritt + Removed superflous + Revision 1.553 2005/02/12 16:06:03 ritt - Added missing 'alt' tags to images - Use admin user email in 'from' field if nothing else is availabe @@ -13364,7 +13367,7 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode, rsprintf("", ref); if (attr_icon[0]) - rsprintf("\"%s\" ", attr_icon, attr_icon); + rsprintf("\"%s\" ", attr_icon, attr_icon); else { /* if top level only, display reply icon if message has a reply */ if (getcfg(lbs->name, "Top level only", str, sizeof(str)) && atoi(str) == 1 && reply_to[0])