From ec56eaf0f2b04d4974d1f464697f7fd71f5084b4 Mon Sep 17 00:00:00 2001 From: Kristjan <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Tue, 24 Dec 2019 23:44:22 +0100 Subject: [PATCH] removed end tag ("source" is a self-closing tag) --- app/views/layouts/_flash.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] %>
-- 2.43.2