Fixed reply with full quote and text article.body.

This commit is contained in:
Martin Edenhofer 2017-08-14 10:51:22 +02:00
parent ebd2b174df
commit 9026362d7a

View file

@ -407,7 +407,7 @@ class App.TicketZoomArticleActions extends App.Controller
if article.content_type.match('html') if article.content_type.match('html')
selected = App.Utils.textCleanup(article.body) selected = App.Utils.textCleanup(article.body)
if article.content_type.match('plain') if article.content_type.match('plain')
selected = App.Utils.textCleanup(selected) selected = App.Utils.textCleanup(article.body)
selected = App.Utils.text2html(selected) selected = App.Utils.text2html(selected)
if selected if selected