Merge pull request #3870 from Dimitar5555/patch-1
Added missing `</p>` tag
This commit is contained in:
commit
b72e2ef5d7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue