diff --git a/html/poketube.ejs b/html/poketube.ejs index 216cb9b..309e614 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1514,22 +1514,30 @@ WIP! <% if (Array.isArray(inv_vid?.keywords)) { %> -
Tags
-
- <% if (inv_vid?.keywords && inv_vid.keywords.length > 0) { %> - <% inv_vid.keywords.forEach(x => { %> -
- - <%= x %> - -
- <% }) %> + +
Tags
+
+ <% if (inv_vid?.keywords && inv_vid.keywords.length > 0) { %> + <% inv_vid?.keywords.forEach(x => { %> + + <% }) %> + <% } %> + <% if (inv_vid?.keywords && inv_vid.keywords.length > 0) { %> + <% inv_vid?.keywords.forEach(x => { %> + + <% }) %> <% } else { %>

oh hey i think you lost your tags look how to find one

- <% } %> -
- -
+ <% } %> + <% } %>