mirror of
https://github.com/redmine/redmine.git
synced 2025-11-04 20:35:57 +01:00
Additional escaping.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6327 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -24,7 +24,7 @@ module QueriesHelper
|
||||
def column_header(column)
|
||||
column.sortable ? sort_header_tag(column.name.to_s, :caption => column.caption,
|
||||
:default_order => column.default_order) :
|
||||
content_tag('th', column.caption)
|
||||
content_tag('th', h(column.caption))
|
||||
end
|
||||
|
||||
def column_content(column, issue)
|
||||
|
||||
Reference in New Issue
Block a user