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

master
Eugen 8 years ago committed by GitHub
parent 1d47910d3b
commit baabbce672
  1. 2
      app/views/layouts/application.html.haml

@ -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

Loading…
Cancel
Save