Don't escape the title - rails will handle it

This commit is contained in:
Tom Hughes 2012-02-20 11:45:17 +00:00
parent 1cef3c79e3
commit 155babfec6

View file

@ -16,5 +16,5 @@
<%= style_rules %>
<%= yield :head %>
<%= csrf_meta_tag %>
<title><%= t 'layouts.project_name.title' %><%= ' | '+ h(@title) if @title %></title>
<title><%= t 'layouts.project_name.title' %><%= ' | '+ @title if @title %></title>
</head>