Fixed string reference issue.

This commit is contained in:
Martin Edenhofer 2015-01-08 15:55:52 +01:00
parent 8425316a88
commit 192f4e27df

View file

@ -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