mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 05:45:49 +01:00
Rails3: use String#html_safe for project_nested_ul() at ApplicationHelper.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6479 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -281,7 +281,7 @@ module ApplicationHelper
|
|||||||
end
|
end
|
||||||
s << ("</li></ul>\n" * ancestors.size)
|
s << ("</li></ul>\n" * ancestors.size)
|
||||||
end
|
end
|
||||||
s
|
s.html_safe
|
||||||
end
|
end
|
||||||
|
|
||||||
def principals_check_box_tags(name, principals)
|
def principals_check_box_tags(name, principals)
|
||||||
|
|||||||
Reference in New Issue
Block a user