lib/flapjack/gateways/web/views/self_stats.html.erb in flapjack-0.8.1 vs lib/flapjack/gateways/web/views/self_stats.html.erb in flapjack-0.8.2

- old
+ new

@@ -42,10 +42,10 @@ <tr> <td>Check Freshness</td> <td> <ul> <% @current_checks_ages.each_pair do |age, check_count| %> - <li>&gt;= <%= age %>: <%= check_count %></li> + <li>&gt;= <%= h age %>: <%= h check_count %></li> <% end %> </ul> </td> </tr> <tr>