From 8c0c8eae1206fbfb06cbc5e7f06f89e8b53cb20b Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 15 Feb 2005 18:55:35 +0000 Subject: [PATCH] Use 'attachmentframe' style SVN revision: 1207 --- src/elogd.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index fe51c5c6..e0f0ee76 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.561 2005/02/15 18:55:35 ritt + Use 'attachmentframe' style + Revision 1.560 2005/02/14 20:00:06 ritt Fixed HTML code to pass validator @@ -13750,10 +13753,9 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode, colspan, loc("Attachment"), index + 1, ref, attachment[index] + 14); if (show_attachments) { rsprintf(""); - rsprintf("", colspan); - rsprintf("\"%s\"", - ref, attachment[index] + 14); - rsprintf("\n"); + rsprintf("", colspan); + rsprintf("\"%s\"", ref, attachment[index] + 14); + rsprintf("\n"); } } else { rsprintf @@ -18154,7 +18156,7 @@ void show_elog_entry(LOGBOOK * lbs, char *dec_path, char *command) || atoi(str) == 1) && !att_hide[index] && display_inline) { if (is_image(att)) { - rsprintf("\n"); + rsprintf("\n"); rsprintf("\n", index + 1); rsprintf("\"%s\"\n", ref, attachment[index]+14); rsprintf("\n\n");