##// END OF EJS Templates
html_safe for Rails3...
Jean-Philippe Lang -
r8151:7fdb74530c8c
parent child
Show More
@@ -504,7 +504,7 module ApplicationHelper
504 504 replace_toc(text, @parsed_headings)
505 505 end
506 506
507 text
507 text.html_safe
508 508 end
509 509
510 510 def parse_non_pre_blocks(text)
General Comments 0
You need to be logged in to leave comments. Login now