From bce3d38e9c99e156a8251f95cb437f3d54ee9a80 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 5 Oct 2015 15:38:35 +0200 Subject: [PATCH] fix the extra escape of global messages --- .../main/webapp/WEB-INF/app/views/layouts/_footer.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_footer.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_footer.html.erb index 2aebff7bcda..76d72a88776 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_footer.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_footer.html.erb @@ -10,9 +10,9 @@ <% if flash[:notice] || flash[:warning] || flash[:error] %> <% end %> -- 2.39.5