]> cat aescling's git repositories - mastodon.git/commitdiff
Fix hardcoded non-breaking space in public view (#14568)
authorThibG <thib@sitedethib.com>
Thu, 13 Aug 2020 10:04:28 +0000 (12:04 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 10:04:28 +0000 (12:04 +0200)
app/views/statuses/_simple_status.html.haml

index 363757945221051e00d5454a88c91c3d566801c6..0c0b5711241e677d03ad09fa53f4e8dc241d12f0 100644 (file)
@@ -17,7 +17,7 @@
         %span.display-name
           %bdi
             %strong.display-name__html.p-name.emojify= display_name(status.account, custom_emojify: true, autoplay: autoplay)
-          &nbsp;
+          = ' '
           %span.display-name__account
             = acct(status.account)
             = fa_icon('lock') if status.account.locked?