From 3247ffd57ce401892a9a85674cf1d4468c8fc311 Mon Sep 17 00:00:00 2001 From: Dimitar <19364673+Dimitar5555@users.noreply.github.com> Date: Sun, 1 Jan 2023 16:06:41 +0200 Subject: [PATCH] Added missing `
` tag --- app/views/site/copyright.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb index 1c4b23b56..3253aebe1 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -54,7 +54,7 @@<%= image_tag("attribution_example.png", :alt => t(".legal_babble.attribution_example.alt"), :border => 0, - :title => t(".legal_babble.attribution_example.title")) %> + :title => t(".legal_babble.attribution_example.title")) %>
<%= t ".legal_babble.more_1_html", :locale => @locale %>
-- 2.39.5