views/template.ecr: remove trailing | character on backend switcher
This commit is contained in:
parent
b29f5b39de
commit
ce97a41301
1 changed files with 4 additions and 1 deletions
|
@ -132,7 +132,10 @@
|
|||
<% if status[index] == 2 %> #42ae3c; <% end %>
|
||||
">•</span>
|
||||
<% end %>
|
||||
</a> <span> | </span>
|
||||
</a>
|
||||
<% if !(index == CONFIG.invidious_companion.size-1) %>
|
||||
<span> | </span>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue