From ce97a41301e153936d5e0f90e8c55f7fcd5dbd96 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 31 Mar 2025 00:14:42 -0300 Subject: [PATCH] views/template.ecr: remove trailing | character on backend switcher --- src/invidious/views/template.ecr | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index d934d892..6334f19c 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -132,7 +132,10 @@ <% if status[index] == 2 %> #42ae3c; <% end %> ">• <% end %> - | + + <% if !(index == CONFIG.invidious_companion.size-1) %> + | + <% end %> <% end %> <% end %>