mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Remove extra spaces and multiple spaces
This commit is contained in:
parent
9925e97e46
commit
ae71b7b379
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
display_name(@account).gsub(/:\w+:/, '') + " (#{acct(@account)})"
|
"#{display_name(@account).gsub(/:\w+:/, '').strip} (#{acct(@account)})".gsub(/\s+/, ' ')
|
||||||
|
|
||||||
- content_for :header_tags do
|
- content_for :header_tags do
|
||||||
- if @account.user_prefers_noindex?
|
- if @account.user_prefers_noindex?
|
||||||
|
|
Loading…
Reference in a new issue