From e2388890a8774c24ee27c54c13f3bb2488128e9d Mon Sep 17 00:00:00 2001 From: ashley Date: Sun, 1 Sep 2024 23:54:20 +0000 Subject: [PATCH] Update html/poketube.ejs --- html/poketube.ejs | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) 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 => { %> - - <% }) %> + +
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

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