From 56361fc64155cb8949bd8f8c5a1da8c5a213affe Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 23 Feb 2026 18:40:23 -0300 Subject: [PATCH] =?UTF-8?q?Fix=20trailing=20`=E2=80=A2`=20when=20there=20i?= =?UTF-8?q?s=20no=20pronouns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/invidious/views/components/channel_info.ecr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/invidious/views/components/channel_info.ecr b/src/invidious/views/components/channel_info.ecr index 3f08b8b7b..e2e7be30b 100644 --- a/src/invidious/views/components/channel_info.ecr +++ b/src/invidious/views/components/channel_info.ecr @@ -18,9 +18,11 @@
<% if !channel.channel_handle.nil? %> <%= channel.channel_handle %> - <% end %> - <% if !channel.pronouns.nil? %><%= channel.pronouns %><% end %> + <% if !channel.pronouns.nil? %> + + <%= channel.pronouns %> + <% end %>