##// END OF EJS Templates
Missing html_safe....
Jean-Philippe Lang -
r8269:eb931d49988a
parent child
Show More
@@ -78,7 +78,7 module Redmine
78 78
79 79 desc "Displays a list of all available macros, including description if available."
80 80 macro :macro_list do |obj, args|
81 out = ''
81 out = ''.html_safe
82 82 @@available_macros.keys.collect(&:to_s).sort.each do |macro|
83 83 out << content_tag('dt', content_tag('code', macro))
84 84 out << content_tag('dd', textilizable(@@available_macros[macro.to_sym]))
General Comments 0
You need to be logged in to leave comments. Login now