diff --git a/src/elogd.c b/src/elogd.c index bb140c68..168c4092 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,8 +6,8 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ - Revision 1.711 2005/07/22 21:13:12 ritt - Made conditional attributes also work for email notification + Revision 1.712 2005/07/22 21:33:41 ritt + Added line break for thread display Revision 1.710 2005/07/22 12:34:47 ritt Added
 to [code]
@@ -15303,9 +15303,9 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode,
 
       if (strieq(mode, "Threaded")) {
          if (highlight != message_id)
-            rsprintf("");
+            rsprintf("\n");
          else
-            rsprintf("");
+            rsprintf("\n");
       }
    }