From: Kristjan <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Tue, 24 Dec 2019 22:44:22 +0000 (+0100) Subject: removed end tag ("source" is a self-closing tag) X-Git-Tag: live~2328^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ec56eaf0f2b04d4974d1f464697f7fd71f5084b4 removed end tag ("source" is a self-closing tag) --- diff --git a/app/views/layouts/_flash.html.erb b/app/views/layouts/_flash.html.erb index 8b04dac91..0f39c4a47 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] %>