1
0
Fork 0
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:
Jon-Michael Deldin 2013-10-25 13:59:41 -07:00
parent 1b2343e9d9
commit 3d8c87fd4e

View file

@ -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>