From 6af5ca43fa2725b1254a90085dd1c6b856c41b24 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 26 Jan 2001 00:29:20 +0000 Subject: Yes, some more screw ups... This cvs thing, I don't get it, I wrap my hand in plastic to try to look through it. svn path=/trunk/; revision=7833 --- mail/mail-format.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'mail/mail-format.c') diff --git a/mail/mail-format.c b/mail/mail-format.c index 8f6d4d5d61..faea36f633 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -494,9 +494,7 @@ 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); @@ -531,7 +529,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 v1.2.3