Skip to content

Commit

Permalink
Fix double-escaping of display names in <title> (mastodon#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored Apr 19, 2017
1 parent 1d47910 commit baabbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

%title<
- if content_for?(:page_title)
= yield(:page_title).strip
= yield(:page_title)
= ' - '
= site_title

Expand Down

0 comments on commit baabbce

Please sign in to comment.