Fixed string reference issue.
This commit is contained in:
parent
8425316a88
commit
192f4e27df
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ module Channel::EmailBuild
|
|||
content_type 'text/html; charset=UTF-8'
|
||||
|
||||
# complete check
|
||||
attr[:body] = Channel::EmailBuild.html_complete_check( attr[:body] )
|
||||
html_document = Channel::EmailBuild.html_complete_check( attr[:body] )
|
||||
|
||||
body attr[:body]
|
||||
body html_document
|
||||
end
|
||||
|
||||
# generate plain part
|
||||
|
|
Loading…
Reference in a new issue