diff --git a/app/views/account/register.rhtml b/app/views/account/register.rhtml index 14f2636a..f9f388ae 100644 --- a/app/views/account/register.rhtml +++ b/app/views/account/register.rhtml @@ -1,4 +1,4 @@ -

<%=l(:label_register)%><%=link_to l(:label_login_with_open_id_option), signin_url if Setting.openid? %>

+

<%=l(:label_register)%> <%=link_to l(:label_login_with_open_id_option), signin_url if Setting.openid? %>

<% form_tag({:action => 'register'}, :class => "tabular") do %> <%= error_messages_for 'user' %>