X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/37a4fc6dd14dfedc0c44a8d7bf6453df0db9e1b5..8bd001f1282b7a33a71c0565504e160dbe567d5d:/app/views/layouts/_flash.html.erb
diff --git a/app/views/layouts/_flash.html.erb b/app/views/layouts/_flash.html.erb
index dc458fdcf..8b04dac91 100644
--- a/app/views/layouts/_flash.html.erb
+++ b/app/views/layouts/_flash.html.erb
@@ -1,7 +1,7 @@
<% if flash[:error] %>
- " type="image/svg+xml">
+ " type="image/svg+xml">
<%= image_tag("notice.png", :srcset => image_path("notice.svg"), :class => "small_icon", :border => 0) %>
<%= flash[:error] %>
@@ -11,7 +11,7 @@
<% if flash[:warning] %>
- " type="image/svg+xml">
+ " type="image/svg+xml">
<%= image_tag("notice.png", :srcset => image_path("notice.svg"), :class => "small_icon", :border => 0) %>
<%= flash[:warning] %>
@@ -21,7 +21,7 @@
<% if flash[:notice] %>
- " type="image/svg+xml">
+ " type="image/svg+xml">
<%= image_tag("notice.png", :srcset => image_path("notice.svg"), :class => "small_icon", :border => 0) %>
<%= flash[:notice] %>