From d8e3b037d51cd2ac6d2515d4c7a02390f6debf90 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Thu, 9 May 2024 15:14:00 +0300 Subject: [PATCH] Remove border attribute from on Copyright page --- 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 7fbf475ce..2073bd638 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -78,7 +78,7 @@

<%= image_tag("attribution_example.png", :alt => t(".legal_babble.attribution_example.alt"), - :border => 0, :class => "img-fluid", + :class => "img-fluid", :title => t(".legal_babble.attribution_example.title")) %>

<%= t ".legal_babble.more_title_html" %>

-- 2.39.5