From 0d3f269aa84251c1bd5c87bdabf3cb9495a862fc Mon Sep 17 00:00:00 2001 From: Kristjan <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Tue, 24 Dec 2019 23:44:50 +0100 Subject: [PATCH] removed end tag ("source" is a self-closing tag) --- app/views/layouts/error.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/error.html.erb b/app/views/layouts/error.html.erb index 9b5f4f34b..2b769958e 100644 --- a/app/views/layouts/error.html.erb +++ b/app/views/layouts/error.html.erb @@ -8,7 +8,7 @@ - " type="image/svg+xml"> + " type="image/svg+xml" /> <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %> -- 2.39.5