Browse Source

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

closed-social-v3
Eugen 7 years ago
committed by GitHub
parent
commit
baabbce672
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/layouts/application.html.haml

+ 1
- 1
app/views/layouts/application.html.haml View File

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

Loading…
Cancel
Save