mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 03:21:24 +01:00
add space after comma to app/models/mail_handler.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20115 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -524,7 +524,7 @@ class MailHandler < ActionMailer::Base
|
||||
|
||||
def cleaned_up_subject
|
||||
subject = email.subject.to_s
|
||||
subject.strip[0,255]
|
||||
subject.strip[0, 255]
|
||||
end
|
||||
|
||||
def self.assign_string_attribute_with_limit(object, attribute, value, limit=nil)
|
||||
|
||||
Reference in New Issue
Block a user