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 %>
|
<% if status[index] == 2 %> #42ae3c; <% end %>
|
||||||
">•</span>
|
">•</span>
|
||||||
<% end %>
|
<% end %>
|
||||||
</a> <span> | </span>
|
</a>
|
||||||
|
<% if !(index == CONFIG.invidious_companion.size-1) %>
|
||||||
|
<span> | </span>
|
||||||
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue