From f3d39d1fb4f49b8345a7f609b837d74f2255d896 Mon Sep 17 00:00:00 2001 From: RadoslavL Date: Sat, 19 Sep 2026 09:48:26 +0300 Subject: [PATCH] Corrected some code leftover from the previous version of my code --- src/invidious/views/watch.ecr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index dbef30ed7..e5321a5ba 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -397,7 +397,7 @@ we're going to need to do it here in order to allow for translations. <% if author_list = JSON.parse(rv["author_list"]).as_a? %> <% author_list.each_with_index do |author_item, index| %> - "><%= author_item["username"].as_s? || "" %><% if rv["author_verified"]? == "true" %> <% end %><% if index < author_list.size - 1 %>, <% end %> + "><%= author_item["username"].as_s? || "" %><% if author_item["author_verified"]? == "true" %> <% end %><% if index < author_list.size - 1 %>, <% end %> <% end %> <% end %>