diff --git a/src/elogd.c b/src/elogd.c
index 04287344..3fc9996f 100755
--- a/src/elogd.c
+++ b/src/elogd.c
@@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$Log$
+ Revision 1.693 2005/07/05 19:06:27 ritt
+ Use
for AF_MULTI_LINE
+
Revision 1.692 2005/07/05 09:45:41 ritt
Fixed bug with new_entries cut
@@ -7284,10 +7287,10 @@ void show_standard_header(LOGBOOK * lbs, BOOL expires, char *title, char *path,
show_top_text(lbs);
- if (path)
+ if (path && path[0])
rsprintf("
\n");
+ }
}
- rsprintf("\n");
+ rsprintf("
\n");
} else {