]> git.openstreetmap.org Git - rails.git/commitdiff
Removed unbalanced tag HTML tag
authorHerve Saint-Amand <git@saintamh.org>
Wed, 11 Jan 2017 22:03:00 +0000 (22:03 +0000)
committerHerve Saint-Amand <git@saintamh.org>
Wed, 11 Jan 2017 22:03:00 +0000 (22:03 +0000)
app/views/notifier/signup_confirm.html.erb

index 66528bd8345626b448044c51cfe622e93a758c3a..6e7f7280e25e993b1f63e32b3340f04d017b300c 100644 (file)
@@ -5,7 +5,7 @@
 
   <p><%= t("notifier.signup_confirm.confirm") %></p>
 
-  <p><%= link_to @url, @url, :style => "white-space: nowrap" %></nobr></p>
+  <p><%= link_to @url, @url, :style => "white-space: nowrap" %></p>
 
   <p><%= t("notifier.signup_confirm.welcome") %></p>
 <% end %>