Skip to content

Commit

Permalink
HTML escaping here no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Giménez committed Jun 9, 2011
1 parent a40596a commit c0cb66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/files/_flashes.html.erb
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="flash"> <div id="flash">
<% flash.each do |key, value| -%> <% flash.each do |key, value| -%>
<div id="flash_<%= key %>"><%=h value %></div> <div id="flash_<%= key %>"><%= value %></div>
<% end -%> <% end -%>
</div> </div>

0 comments on commit c0cb66b

Please sign in to comment.