mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added line break for thread display
SVN revision: 1439
This commit is contained in:
parent
10189b44b5
commit
4df9222622
@ -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 <pre> 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("</a>");
|
||||
rsprintf("</a>\n");
|
||||
else
|
||||
rsprintf("</b>");
|
||||
rsprintf("</b>\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user