X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4e78648d4694dcd1d64467e03b735b003b0feeac..50ca95ebdd1f1e85b5979c76f6bcd51c2654b49d:/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 %>