From 0f38f9726a0a9d8e13633424d03e79f54df047a4 Mon Sep 17 00:00:00 2001
From: ThibG <thib@sitedethib.com>
Date: Thu, 13 Aug 2020 12:04:28 +0200
Subject: [PATCH] Fix hardcoded non-breaking space in public view (#14568)
---
app/views/statuses/_simple_status.html.haml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/statuses/_simple_status.html.haml b/app/views/statuses/_simple_status.html.haml
index 3637579452..0c0b571124 100644
--- a/app/views/statuses/_simple_status.html.haml
+++ b/app/views/statuses/_simple_status.html.haml
@@ -17,7 +17,7 @@
%span.display-name
%bdi
%strong.display-name__html.p-name.emojify= display_name(status.account, custom_emojify: true, autoplay: autoplay)
-
+ = ' '
%span.display-name__account
= acct(status.account)
= fa_icon('lock') if status.account.locked?
--
GitLab