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("
", attr_icon, attr_icon);
+ rsprintf("
", 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])