From acc08a0b2329fcf74c97961ead9ee9d81abbc80c Mon Sep 17 00:00:00 2001 From: lnu Date: Wed, 3 Oct 2007 19:35:00 +0000 Subject: small typo git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@139 f70e237a-67f3-0310-a06c-d2b8a7116972 --- lib/feed2imap/itemtomail.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/feed2imap/itemtomail.rb b/lib/feed2imap/itemtomail.rb index 56232b6..64c3569 100644 --- a/lib/feed2imap/itemtomail.rb +++ b/lib/feed2imap/itemtomail.rb @@ -83,7 +83,6 @@ def item_to_mail(item, index, updated, from = 'Feed2Imap') htmlpart.header['Content-Type'] = 'text/html; charset=utf-8' htmlpart.header['Content-Transfer-Encoding'] = '8bit' htmlpart.body = item.to_html - end message.add_part(textpart) message.add_part(htmlpart) return message.to_s -- cgit v1.2.3-54-g00ecf