]> git.openstreetmap.org Git - rails.git/commitdiff
Added missing `</p>` tag
authorDimitar <19364673+Dimitar5555@users.noreply.github.com>
Sun, 1 Jan 2023 14:06:41 +0000 (16:06 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Jan 2023 14:06:41 +0000 (16:06 +0200)
app/views/site/copyright.html.erb

index 1c4b23b565bfa91d0352117f1119f2357e7b70f1..3253aebe1121c1cfe8b7fc045f629c5e4517db3b 100644 (file)
@@ -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>