Skip to content
Snippets Groups Projects
Unverified Commit 443d1145 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix encoding error in OpenGraph account description (#17821)

Fixes #17816
parent a9bafe5d
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ module AccountsHelper
].join(' '),
].join(', ')
[prepend_str, account.note].join(' · ')
[prepend_str, account.note].join(' · ')
end
def svg_logo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment