generators/tartarus/templates/app/views/exceptions/_exception.html.erb in tartarus-1.0.1 vs generators/tartarus/templates/app/views/exceptions/_exception.html.erb in tartarus-1.0.3

- old
+ new

@@ -1,9 +1,9 @@ <tr id="exception_<%= exception.group_id %>"> <td> <strong><%= link_to "#{exception.exception_class}", :action => 'details', :id => exception.group_id %></strong> <br /> - <span><%= truncate(exception.message, :length => 115) %></span> + <span><%= truncate(h(exception.message), :length => 115) %></span> </td> <td> <%= "#{exception.controller_path}##{exception.action_name}" %> </td>