Fix encoding error in OpenGraph account description (#17821)

Fixes #17816
This commit is contained in:
Claire 2022-03-17 16:32:11 +01:00 committed by GitHub
parent a9bafe5df5
commit 443d114574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ module AccountsHelper
].join(' '),
].join(', ')
[prepend_str, account.note].join(' · ')
[prepend_str, account.note].join(' · ')
end
def svg_logo