Applied rubocop.
This commit is contained in:
parent
c2234d7456
commit
f723357f77
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ Check if string is a complete html document. If not, add head and css styles.
|
|||
|
||||
# use block form because variable html could contain backslashes and e. g. '\1' that
|
||||
# must not be handled as back-references for regular expressions
|
||||
Rails.configuration.html_email_body.sub('###html###') {html}
|
||||
Rails.configuration.html_email_body.sub('###html###') { html }
|
||||
end
|
||||
|
||||
=begin
|
||||
|
|
Loading…
Reference in a new issue