]> git.openstreetmap.org Git - rails.git/commitdiff
removed end tag ("source" is a self-closing tag)
authorKristjan <35647502+KristjanESPERANTO@users.noreply.github.com>
Tue, 24 Dec 2019 22:44:22 +0000 (23:44 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Dec 2019 22:44:22 +0000 (23:44 +0100)
app/views/layouts/_flash.html.erb

index 8b04dac91d465f44844ffe7145519c9375c70732..0f39c4a47f3f7d0df5f415422e4fc749ff5d1615 100644 (file)
@@ -1,7 +1,7 @@
 <% if flash[:error] %>
   <div class="flash error">
     <picture>
-      <source srcset="<%= image_path "notice.svg" %>" type="image/svg+xml"></source>
+      <source srcset="<%= image_path "notice.svg" %>" type="image/svg+xml" />
       <%= image_tag("notice.png", :srcset => image_path("notice.svg"), :class => "small_icon", :border => 0) %>
     </picture>
     <div class="message"><%= flash[:error] %></div>