removed end tag ("source" is a self-closing tag)

This commit is contained in:
Kristjan 2019-12-24 23:43:49 +01:00 committed by GitHub
parent ab5616f354
commit f771df86d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
<h1> <h1>
<a href="<%= root_path %>" class="geolink"> <a href="<%= root_path %>" class="geolink">
<picture> <picture>
<source srcset="<%= image_path "osm_logo.svg" %>" type="image/svg+xml"></source> <end tag 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" %> <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %>
</picture> </picture>
<%= t "layouts.project_name.h1" %> <%= t "layouts.project_name.h1" %>