From 6b72116cc032aec99c521ff290b4b4dbfb267386 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sat, 5 May 2012 16:57:22 +0200 Subject: [PATCH] Fixed typo. --- .../javascripts/app/controllers/agent_ticket_zoom.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/agent_ticket_zoom.js.coffee b/app/assets/javascripts/app/controllers/agent_ticket_zoom.js.coffee index a98a53a2b..d06cd0c1e 100644 --- a/app/assets/javascripts/app/controllers/agent_ticket_zoom.js.coffee +++ b/app/assets/javascripts/app/controllers/agent_ticket_zoom.js.coffee @@ -76,8 +76,8 @@ class Index extends App.Controller notify = "" + T('See more') + "" @article_changed = false article['html'] = article['html'].replace /^(--|__)/m, (match) => - notify + '
' + match @article_changed = true + notify + '
' + match if @article_changed article['html'] = article['html'] + '
'