]> 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:50 +0000 (23:44 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Dec 2019 22:44:50 +0000 (23:44 +0100)
app/views/layouts/error.html.erb

index 9b5f4f34b9536718974ceecadb42a36372f55f42..2b769958e5018d536aff6c5c195f952e211e6d7e 100644 (file)
@@ -8,7 +8,7 @@
   <body>
     <a href="<%= root_path %>">
       <picture>
-        <source srcset="<%= image_path "osm_logo.svg" %>" type="image/svg+xml"></source>
+        <source srcset="<%= image_path "osm_logo.svg" %>" type="image/svg+xml" />
         <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %>
       </picture>
     </a>