mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Fix double-escaping of display names in <title> (#2155)
This commit is contained in:
parent
1d47910d3b
commit
baabbce672
@ -14,7 +14,7 @@
|
||||
|
||||
%title<
|
||||
- if content_for?(:page_title)
|
||||
= yield(:page_title).strip
|
||||
= yield(:page_title)
|
||||
= ' - '
|
||||
= site_title
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user