mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix encoding error in OpenGraph account description (#17821)
Fixes #17816
This commit is contained in:
parent
a9bafe5df5
commit
443d114574
@ -95,7 +95,7 @@ module AccountsHelper
|
||||
].join(' '),
|
||||
].join(', ')
|
||||
|
||||
[prepend_str, account.note].join(' · ')
|
||||
[prepend_str, account.note].join(' · ')
|
||||
end
|
||||
|
||||
def svg_logo
|
||||
|
Loading…
Reference in New Issue
Block a user