mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-27 02:57:22 +00:00
Fixed display of text attachments
SVN revision: 602
This commit is contained in:
parent
2ff1e86e8a
commit
36b2eb847b
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.142 2003/07/29 20:25:47 midas
|
||||||
|
Fixed display of text attachments
|
||||||
|
|
||||||
Revision 1.141 2003/07/28 15:24:27 midas
|
Revision 1.141 2003/07/28 15:24:27 midas
|
||||||
Fixed bug with elog:/n reference
|
Fixed bug with elog:/n reference
|
||||||
|
|
||||||
@ -8402,7 +8405,7 @@ FILE *f;
|
|||||||
strchr(str, '.') == NULL) && show_attachments)
|
strchr(str, '.') == NULL) && show_attachments)
|
||||||
{
|
{
|
||||||
/* display attachment */
|
/* display attachment */
|
||||||
rsprintf("<br><pre class=\"messagelist\">");
|
rsprintf("</td></tr><tr><td colspan=%d class=\"messagelist\"><pre>", colspan);
|
||||||
|
|
||||||
strlcpy(file_name, lbs->data_dir, sizeof(file_name));
|
strlcpy(file_name, lbs->data_dir, sizeof(file_name));
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user