]> git.openstreetmap.org Git - rails.git/commitdiff
Remove border attribute from <img> on Copyright page
authorAnton Khorev <tony29@yandex.ru>
Thu, 9 May 2024 12:14:00 +0000 (15:14 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 9 May 2024 12:43:12 +0000 (15:43 +0300)
app/views/site/copyright.html.erb

index 7fbf475cece3deb901cd29ee4627ef8963eec1e1..2073bd63888433f2201305485aa0a0d3824c621d 100644 (file)
@@ -78,7 +78,7 @@
     </p>
     <p><%= 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")) %></p>
 
     <h3><%= t ".legal_babble.more_title_html" %></h3>