mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-16 21:26:27 +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
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.711 2005/07/22 21:13:12 ritt
|
Revision 1.712 2005/07/22 21:33:41 ritt
|
||||||
Made conditional attributes also work for email notification
|
Added line break for thread display
|
||||||
|
|
||||||
Revision 1.710 2005/07/22 12:34:47 ritt
|
Revision 1.710 2005/07/22 12:34:47 ritt
|
||||||
Added <pre> to [code]
|
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 (strieq(mode, "Threaded")) {
|
||||||
if (highlight != message_id)
|
if (highlight != message_id)
|
||||||
rsprintf("</a>");
|
rsprintf("</a>\n");
|
||||||
else
|
else
|
||||||
rsprintf("</b>");
|
rsprintf("</b>\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user