Browse Source

html_safe for Rails3

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8271 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.4.0
Jean-Philippe Lang 12 years ago
parent
commit
7fdb74530c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/helpers/application_helper.rb

+ 1
- 1
app/helpers/application_helper.rb 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)

Loading…
Cancel
Save