Skip to content

Commit

Permalink
bz1285628 - HTML issue with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaNemeckova committed Mar 21, 2016
1 parent b545763 commit d325713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Expand Up @@ -945,7 +945,7 @@ def view_to_hash(view)
if ['miqschedule'].include?(view.db.downcase)
celltz = row['run_at'][:tz] if row['run_at'] && row['run_at'][:tz]
end
celltext = escape_once(format_col_for_display(view, row, col, celltz || tz))
celltext = format_col_for_display(view, row, col, celltz || tz)
end

new_row[:cells] << {:text => celltext}
Expand Down

0 comments on commit d325713

Please sign in to comment.