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 %>