From 8fc9e65e665befd99b68f357c66405abb845b60a Mon Sep 17 00:00:00 2001 From: z9hang Date: Fri, 29 Aug 2014 14:54:29 +0800 Subject: [PATCH] =?UTF-8?q?wiki=E7=BC=96=E8=BE=91=E6=8E=A7=E4=BB=B6?= =?UTF-8?q?=E7=B2=98=E8=B4=B4=E8=BF=9B=E5=8E=BB=E7=9A=84=E6=88=AA=E5=9B=BE?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index f70e27de6..807d851be 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -737,7 +737,7 @@ module ApplicationHelper text = text.dup macros = catch_macros(text) - text = Redmine::WikiFormatting.to_html("CKEditor", text, :object => obj, :attribute => attr) + #text = Redmine::WikiFormatting.to_html("CKEditor", text, :object => obj, :attribute => attr) @parsed_headings = [] @heading_anchors = {}