diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-12-06 16:34:52 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-12-06 16:34:52 +0000 |
commit | ac1c1329eeebefec8c9952cbae372fe8c4255307 (patch) | |
tree | f08485a87b4d012fb8fd7bccf50845c1dd46a3c5 /app/models | |
parent | c01b40eac15193434a2805f57b68bf7cfc583225 (diff) |
Convert url in comment to spec.
Conflicts:
lib/mail_handler/backends/tmail_backend.rb
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/incoming_message.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index f9af3bfa6..ae055bce8 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -501,7 +501,6 @@ class IncomingMessage < ActiveRecord::Base end # Fix DOS style linefeeds to Unix style ones (or other later regexps won't work) - # Needed for e.g. http://www.whatdotheyknow.com/request/60/response/98 text = text.gsub(/\r\n/, "\n") # Compress extra spaces down to save space, and to stop regular expressions |