HTML escape at app/helpers/queries_helper.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6353 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ef6a98642f
commit
79ff599223
@ -45,7 +45,7 @@ module QueriesHelper
|
|||||||
if column.name == :done_ratio
|
if column.name == :done_ratio
|
||||||
progress_bar(value, :width => '80px')
|
progress_bar(value, :width => '80px')
|
||||||
else
|
else
|
||||||
value.to_s
|
h(value.to_s)
|
||||||
end
|
end
|
||||||
when 'User'
|
when 'User'
|
||||||
link_to_user value
|
link_to_user value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user