fixed "end tag" -> "source"

Fixed inattentiveness from my last commit.
This commit is contained in:
Kristjan 2019-12-26 11:23:45 +01:00 committed by GitHub
parent 99bf5743b6
commit 81c244e273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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