diff --git a/src/elogd.c b/src/elogd.c
index 7a6fe0cd..79f8231e 100755
--- a/src/elogd.c
+++ b/src/elogd.c
@@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$Log$
+ Revision 1.9 2003/02/14 19:17:36 midas
+ Implemented quick filters for free-form attributes (without an options list)
+
Revision 1.8 2003/02/14 15:35:38 midas
Revised cookie handling and absolute paths
@@ -7169,26 +7172,35 @@ char list[MAX_N_LIST][NAME_LENGTH];
{
rsprintf(" \n", list[index]);
- rsprintf(" \n");
+ }
}
}