From 44969517c56afef75c93f8799d0c9ee5fcc6a907 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 11 Nov 2023 12:04:36 +0000 Subject: [PATCH 1/2] fix this (oops) --- html/channel.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/channel.ejs b/html/channel.ejs index 93ad01b5..f5d3fdf6 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -554,7 +554,7 @@ margin-right: -79px; <% } %>
" class="avatar"> - " alt="Channel Avatar"> + " alt="Channel Avatar"> <% if (cinv?.authorVerified) { %> From 2ef94df3827898ee588efb1d9bc47873ed0508f2 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 11 Nov 2023 12:08:36 +0000 Subject: [PATCH 2/2] fix descriptions --- html/channel.ejs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index f5d3fdf6..afe541b4 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -28,11 +28,10 @@ - <% if (dnoreplace) { %> + - - <% } %> - <% if (j.Channel?.Metadata.Banners.Thumbnail) { %> + + <% if (j.Channel?.Metadata.Banners.Thumbnail) { %> <% } %> @@ -1255,7 +1254,7 @@ margin-left: 8em;" >

About

- <% if (desc) { %> + <% if (cinv.descriptionHtml) { %>

<%-cinv.descriptionHtml%>

<% } %>