removed end tag ("source" is a self-closing tag)
This commit is contained in:
parent
ab5616f354
commit
f771df86d2
1 changed files with 1 additions and 1 deletions
|
@ -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" %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue