Fix double-escaping of display names in <title> (#2155)
This commit is contained in:
parent
1d47910d3b
commit
baabbce672
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
%title<
|
||||
- if content_for?(:page_title)
|
||||
= yield(:page_title).strip
|
||||
= yield(:page_title)
|
||||
= ' - '
|
||||
= site_title
|
||||
|
||||
|
|
Loading…
Reference in a new issue