From 47e69c05fc223b2770a224a9acf9698b3bac5c3e Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 26 Jan 2001 00:10:00 +0000 Subject: GNOME_Evolution_Mail.oafinfo svn path=/trunk/; revision=7831 --- mail/mail-format.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mail/mail-format.c') diff --git a/mail/mail-format.c b/mail/mail-format.c index faea36f633..8f6d4d5d61 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -494,7 +494,9 @@ attachment_header (CamelMimePart *part, const char *mime_type, return; /* Start the table, create the pop-up object. */ - mail_html_write (md->html, md->stream, "
" + mail_html_write (md->html, md->stream, "" + "
" "" "", get_cid (part, md), mime_type); @@ -529,7 +531,7 @@ attachment_header (CamelMimePart *part, const char *mime_type, } #endif - mail_html_write (md->html, md->stream, "
"); + mail_html_write (md->html, md->stream, "
"); } static gboolean -- cgit