]> cat aescling's git repositories - mastodon.git/commitdiff
Fix encoding error in OpenGraph account description (#17821)
authorClaire <claire.github-309c@sitedethib.com>
Thu, 17 Mar 2022 15:32:11 +0000 (16:32 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Mar 2022 15:32:11 +0000 (16:32 +0100)
Fixes #17816

app/helpers/accounts_helper.rb

index db3da2b0507a3aeb60aeaff8e785808a535f7da8..a339617247ba4f092ea4d20921aaaf1e8d63a9ae 100644 (file)
@@ -95,7 +95,7 @@ module AccountsHelper
       ].join(' '),
     ].join(', ')
 
-    [prepend_str, account.note].join(' Â· ')
+    [prepend_str, account.note].join(' · ')
   end
 
   def svg_logo