Merged r2520 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2521 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2009-02-23 17:36:32 +00:00
parent cb5d0c469d
commit 69b99aa518

View File

@ -195,5 +195,6 @@ class MailHandler < ActionMailer::Base
@plain_text_body = plain_text_part.body.to_s @plain_text_body = plain_text_part.body.to_s
end end
@plain_text_body.strip! @plain_text_body.strip!
@plain_text_body
end end
end end