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 = {}