about summary refs log tree commit diff
path: root/app/views/accounts/_og.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2020-02-03 18:44:54 +0100
committerGitHub <noreply@github.com>2020-02-03 18:44:54 +0100
commitc253f5c57e3ad1929c70fb8adb00cb1bc4a2ef5f (patch)
tree11e09af8d73794101926bc146464c3ded8d5a94f /app/views/accounts/_og.html.haml
parentc31d61d7f2d576b42ea82ab01470bce7e6e5a3a7 (diff)
Fix punycode being rendered instead of unicode in some places (#13030)
Diffstat (limited to 'app/views/accounts/_og.html.haml')
-rw-r--r--app/views/accounts/_og.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/_og.html.haml b/app/views/accounts/_og.html.haml
index de948ec6a..839576372 100644
--- a/app/views/accounts/_og.html.haml
+++ b/app/views/accounts/_og.html.haml
@@ -10,4 +10,4 @@
 = opengraph 'og:image:width', '120'
 = opengraph 'og:image:height', '120'
 = opengraph 'twitter:card', 'summary'
-= opengraph 'profile:username', account.local_username_and_domain
+= opengraph 'profile:username', acct(account)[1..-1]