X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4d44f188e1b69d94ea9f364d85a57dcd262a93ba..da7ed512a89013d97e1b1f87d7ef6136c16864dd:/app/helpers/title_helper.rb diff --git a/app/helpers/title_helper.rb b/app/helpers/title_helper.rb index a1a2125a1..e72069ff0 100644 --- a/app/helpers/title_helper.rb +++ b/app/helpers/title_helper.rb @@ -6,7 +6,7 @@ module TitleHelper def set_title(title = false) if title @title = @@coder.decode(title.gsub("", "\u202a").gsub("", "\u202c")) - response.headers["X-Page-Title"] = t('layouts.project_name.title') + ' | ' + @title + response.headers["X-Page-Title"] = @title + ' | ' + t('layouts.project_name.title') else @title = title response.headers["X-Page-Title"] = t('layouts.project_name.title')