X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1cef3c79e3b5bbef348c7029038e70b8da848f02..155babfec69a2a74af72ded0448fd28e6938e6aa:/app/views/layouts/_head.html.erb diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index 2dda3d799..8a0f62d92 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -16,5 +16,5 @@ <%= style_rules %> <%= yield :head %> <%= csrf_meta_tag %> - <%= t 'layouts.project_name.title' %><%= ' | '+ h(@title) if @title %> + <%= t 'layouts.project_name.title' %><%= ' | '+ @title if @title %>