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));