diff --git a/app/views/layouts/registration.html.haml b/app/views/layouts/registration.html.haml index 9f7e77612c..11ff3b7cdc 100644 --- a/app/views/layouts/registration.html.haml +++ b/app/views/layouts/registration.html.haml @@ -3,7 +3,7 @@ %meta{charset: 'utf-8'}/ %meta{name: 'viewport', content: "width=device-width,initial-scale=1.0"}/ - %title= content_for?(:title) ? "#{yield(:title)} - #{Spree::Config[:site_name]}" : "#{t(:welcome_to)} #{Spree::Config[:site_name]}" + %title= content_for?(:title) ? " #{yield(:title) } - #{Spree::Config[:site_name]}".html_safe : "#{t(:welcome_to)} #{Spree::Config[:site_name]}" - if Rails.env.production? = favicon_link_tag "/favicon.ico" - else