From 97a0772b06264134cfe38e7494f9427efe0840a0 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Mon, 27 Jul 2009 13:24:29 +0000 Subject: [PATCH] Merging changes from trunk into stable branch --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 1599adb..1f8b1b4 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -5,7 +5,7 @@ <% if flash[:notice] -%> -
<%= flash[:notice] %>
+
<%= h flash[:notice] %>
<% end -%> <%= yield :layout %> -- 2.34.1