Fix double-escaping of display names in <title> (#2155)

This commit is contained in:
Eugen 2017-04-19 17:46:24 +02:00 committed by GitHub
parent 1d47910d3b
commit baabbce672
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
%title< %title<
- if content_for?(:page_title) - if content_for?(:page_title)
= yield(:page_title).strip = yield(:page_title)
= ' - ' = ' - '
= site_title = site_title