From 4adc6680ee0dadd92d6e27a9f686429459b792d8 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 26 Mar 2019 19:41:44 +0000 Subject: [PATCH] Fix capitalisation of div tag --- app/views/users/account.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb index d2db19ea6..fd5888882 100644 --- a/app/views/users/account.html.erb +++ b/app/views/users/account.html.erb @@ -51,7 +51,7 @@ <%= f.select :auth_provider, Auth::PROVIDERS %> <%= f.text_field :auth_uid %> (<%= t '.openid.link text' %>) - +
-- 2.43.2