From 31778fd1554d0c23298c92fb62c2277200e31e61 Mon Sep 17 00:00:00 2001 From: Herve Saint-Amand Date: Wed, 11 Jan 2017 22:03:00 +0000 Subject: [PATCH] Removed unbalanced tag HTML tag --- app/views/notifier/signup_confirm.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifier/signup_confirm.html.erb b/app/views/notifier/signup_confirm.html.erb index 66528bd83..6e7f7280e 100644 --- a/app/views/notifier/signup_confirm.html.erb +++ b/app/views/notifier/signup_confirm.html.erb @@ -5,7 +5,7 @@

<%= t("notifier.signup_confirm.confirm") %>

-

<%= link_to @url, @url, :style => "white-space: nowrap" %>

+

<%= link_to @url, @url, :style => "white-space: nowrap" %>

<%= t("notifier.signup_confirm.welcome") %>

<% end %> -- 2.43.2