Fix titles being escaped twice (#32889)
This commit is contained in:
parent
ec663eaba1
commit
e8b6607ece
7 changed files with 9 additions and 17 deletions
|
@ -1,5 +1,4 @@
|
|||
- content_for :page_title do
|
||||
#{display_name(@account)} (#{acct(@account)})
|
||||
- content_for :page_title, "#{display_name(@account)} (#{acct(@account)})"
|
||||
|
||||
- content_for :header_tags do
|
||||
- if @account.user_prefers_noindex?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue