Remove border attribute from <img> on Copyright page
This commit is contained in:
parent
71005e4648
commit
d8e3b037d5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue