Skip to content

Commit

Permalink
Merge pull request #3870 from Dimitar5555/patch-1
Browse files Browse the repository at this point in the history
Added missing `</p>` tag
  • Loading branch information
gravitystorm committed Jan 1, 2023
2 parents 18b642b + 3247ffd commit b72e2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/site/copyright.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<p><%= 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")) %></p>

<h3><%= t ".legal_babble.more_title_html", :locale => @locale %></h3>
<p><%= t ".legal_babble.more_1_html", :locale => @locale %></p>
Expand Down

0 comments on commit b72e2ef

Please sign in to comment.