diff --git a/html/watch.ejs b/html/watch.ejs index 38ae711f..ddb2b91e 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -1783,7 +1783,7 @@ WIP!

-<% inv.comments.forEach(x =>{ %>
<% if (!x.authorIsChannelOwner) { %>

<%- x.author%><% if (x.verified) { %><% } %>

<%- x.publishedText %>

<% } %><% if (x.authorIsChannelOwner) { %>

<%- 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 || "0" %> <% } %> <% if(x.creatorHeart) { %> <% } %>

<% }) %> +<% inv.comments.forEach(x =>{ %>
<% if (!x.authorIsChannelOwner) { %>

<%- x.author%><% if (x.verified) { %><% } %>

<%- x.publishedText %>

<% } %><% if (x.authorIsChannelOwner) { %>

<%- 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 || "0" %> <% } %> <% if(x.creatorHeart) { %> <% } %>

<% }) %>
Go To Top