diff --git a/html/watch.ejs b/html/watch.ejs index 698dd949..85eb8d96 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -1783,7 +1783,7 @@ WIP!
-<% inv.comments.forEach(x =>{ %> <%- x.contentHtml.replace(/\n/g, "
"); %>
<% if (x.likeCount === 0) { %>|<% } else { %> <%= convert(x.likeCount) %> |<% } %> <% if (x.replies?.replyCount != 0) { %> <%- x.replies.replyCount %> <% } %> <% if(x.creatorHeart) { %> <% } %>
<%- x.author%><% if (x.verified) { %><% } %>
<% } %><% if (x.authorIsChannelOwner) { %><%- x.publishedText %>
<%- x.author%><% if (x.verified) { %><% } %>
<%- x.publishedText %>
<% } %><%- x.contentHtml.replace(/\n/g, "
"); %>
<% if (x.likeCount === 0) { %>|<% } else { %> <%= convert(x.likeCount) %> |<% } %> <% if (x.replies.replyCount != 0) { %> <%- x.replies.replyCount %> <% } %> <% if(x.creatorHeart) { %> <% } %>