From 3f182a66add4cae057083de00c3ba504674043a7 Mon Sep 17 00:00:00 2001 From: Eva Date: Wed, 24 May 2023 01:36:48 +0200 Subject: [PATCH] client/posts: fix overextended tag link --- client/html/post_readonly_sidebar.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl index c68c225..60efc26 100644 --- a/client/html/post_readonly_sidebar.tpl +++ b/client/html/post_readonly_sidebar.tpl @@ -99,10 +99,10 @@ --><% if (ctx.canListPosts) { %>' class='<%= ctx.makeCssName(tag.category, 'tag') %>'><% } %><%- ctx.getPrettyName(tag.names[0]) %> <%- ctx.getPrettyName(tag.names[0]) %><% if (ctx.canListPosts) { %><% } %><% } %> <% } %>