diff --git a/app/assets/javascripts/app/controllers/agent_ticket_create.coffee b/app/assets/javascripts/app/controllers/agent_ticket_create.coffee index 11e4716f6..090be32ac 100644 --- a/app/assets/javascripts/app/controllers/agent_ticket_create.coffee +++ b/app/assets/javascripts/app/controllers/agent_ticket_create.coffee @@ -231,6 +231,7 @@ class App.TicketCreate extends App.Controller # convert non text/html from text 2 html if a.content_type.match(/\/html/) t.body = a.body + t.body = App.Utils.htmlImage2DataUrl(t.body) else t.body = App.Utils.text2html(a.body)