]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/error.html.erb
removed end tag ("source" is a self-closing tag)
[rails.git] / 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>