mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Escape error messages on the retry page
This commit is contained in:
parent
1b2343e9d9
commit
3d8c87fd4e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th><%= t('ErrorMessage') %></th>
|
||||
<td><%= @retry['error_message'] %></td>
|
||||
<td><%= h(@retry['error_message']) %></td>
|
||||
</tr>
|
||||
<% if !@retry['error_backtrace'].nil? %>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue