From e138e33c4efef7b9a3a99017cc66bd58a16484d0 Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 18 Aug 2025 03:22:37 +0200 Subject: [PATCH] Update html/watch.ejs --- html/watch.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/watch.ejs b/html/watch.ejs index 70f7e070..a3cb7ea0 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -44,7 +44,7 @@ - + long video from <%=inv_vid.author%> On Poke! 👍 <%=convert(engagement.likes)%> | 👎 <%=convert(engagement.dislikes)%> | 📈 <%=convert(engagement.viewCount)%> Views 🗓️ <%= date.replace("Premiered", " ") %> 💬 <% if (!isNaN(inv.commentCount)) { %><%= inv.commentCount.toLocaleString() %> <% } else { %> @@ -57,7 +57,7 @@ -<%= inv_vid.title %> | <%= /^[A-Z]/.test(inv_vid.title) ? 'Watch' : 'watch' %> +<%= inv_vid.?title %> | <%= /^[A-Z]/.test(inv_vid.title) ? 'Watch' : 'watch' %>