Don't escape the title - rails will handle it
This commit is contained in:
parent
1cef3c79e3
commit
155babfec6
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue