diff options
-rw-r--r-- | app/views/account/register.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/account/register.rhtml b/app/views/account/register.rhtml index 14f2636a4..f9f388ae4 100644 --- a/app/views/account/register.rhtml +++ b/app/views/account/register.rhtml @@ -1,4 +1,4 @@ -<h2><%=l(:label_register)%><%=link_to l(:label_login_with_open_id_option), signin_url if Setting.openid? %></h2> +<h2><%=l(:label_register)%> <%=link_to l(:label_login_with_open_id_option), signin_url if Setting.openid? %></h2> <% form_tag({:action => 'register'}, :class => "tabular") do %> <%= error_messages_for 'user' %> |