From 36b2eb847ba338321ec549a7904866a1ef58146a Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 29 Jul 2003 20:25:47 +0000 Subject: [PATCH] Fixed display of text attachments SVN revision: 602 --- src/elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index 6952fcc3..adc27efc 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $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 Fixed bug with elog:/n reference @@ -8402,7 +8405,7 @@ FILE *f; strchr(str, '.') == NULL) && show_attachments) { /* display attachment */ - rsprintf("
");
+              rsprintf("
", colspan);
 
               strlcpy(file_name, lbs->data_dir, sizeof(file_name));