aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/incoming_message.rb
diff options
context:
space:
mode:
authorfrancis <francis>2007-12-22 03:04:27 +0000
committerfrancis <francis>2007-12-22 03:04:27 +0000
commit9bcb88b565bbd22156976ef222abf8f4fd5fe290 (patch)
tree611895b7082221cccb05a961f0bac85a14507429 /app/models/incoming_message.rb
parent1b2a66f96f305b2aba2c86a9e1c5e96a2119f839 (diff)
Display outgoing message properly as HTML.
Diffstat (limited to 'app/models/incoming_message.rb')
-rw-r--r--app/models/incoming_message.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb
index be65a4b60..7b1e9c255 100644
--- a/app/models/incoming_message.rb
+++ b/app/models/incoming_message.rb
@@ -19,7 +19,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: incoming_message.rb,v 1.8 2007-12-22 02:23:35 francis Exp $
+# $Id: incoming_message.rb,v 1.9 2007-12-22 03:04:27 francis Exp $
class IncomingMessage < ActiveRecord::Base
belongs_to :info_request
@@ -79,7 +79,7 @@ class IncomingMessage < ActiveRecord::Base
return text
end
- # Returns body text with quotes flattened, and emails removed.
+ # Returns body text as HTML with quotes flattened, and emails removed.
def get_body_for_display(collapse_quoted_sections = true)
parts = self.mail.parts
if parts.size > 0