From: Claire Date: Thu, 17 Mar 2022 15:32:11 +0000 (+0100) Subject: Fix encoding error in OpenGraph account description (#17821) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=443d114574ef152f14815afc5c4ed5c977dd9205;p=mastodon.git Fix encoding error in OpenGraph account description (#17821) Fixes #17816 --- diff --git a/app/helpers/accounts_helper.rb b/app/helpers/accounts_helper.rb index db3da2b05..a33961724 100644 --- a/app/helpers/accounts_helper.rb +++ b/app/helpers/accounts_helper.rb @@ -95,7 +95,7 @@ module AccountsHelper ].join(' '), ].join(', ') - [prepend_str, account.note].join(' · ') + [prepend_str, account.note].join(' · ') end def svg_logo