]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/title_helper.rb
Fix security policy for mapillary in iD
[rails.git] / app / helpers / title_helper.rb
index ebe5c3a2631ca27f314d64835c400d35daa25812..88a5a2a74ae3a42a6970fdd94239d11d9efcf9c9 100644 (file)
@@ -8,7 +8,7 @@ module TitleHelper
   def set_title(title = nil)
     if title
       @title = TitleHelper.coder.decode(title.gsub("<bdi>", "\u202a").gsub("</bdi>", "\u202c"))
-      response.headers["X-Page-Title"] = ERB::Util.u(t("layouts.project_name.title") + " | " + @title)
+      response.headers["X-Page-Title"] = ERB::Util.u(@title + " | " + t("layouts.project_name.title"))
     else
       @title = title
       response.headers["X-Page-Title"] = ERB::Util.u(t("layouts.project_name.title"))