html_safe for Rails3

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8271 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-12-17 22:15:36 +00:00
parent b59d092e91
commit 7fdb74530c
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ module ApplicationHelper
replace_toc(text, @parsed_headings)
end
text
text.html_safe
end
def parse_non_pre_blocks(text)