From 82e838438d63e52a4a470271402a68aa0561f8f7 Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Sat, 27 Apr 2024 15:07:51 +0000 Subject: [PATCH] add the div --- html/channel.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/channel.ejs b/html/channel.ejs index 3d8b2ffe..e8d19911 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1588,7 +1588,6 @@ width: fit-content; <% if (cinv.descriptionHtml) { %>

<%-cinv.descriptionHtml%>

- <% if (Array.isArray(cinv?.tags)) { %>
Tags
@@ -1600,6 +1599,8 @@ width: fit-content;
<% }) %> <% } %> + + <% } %>