summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEva <evauwu@riseup.net>2023-05-24 01:36:48 +0200
committerEva <evauwu@riseup.net>2024-03-21 21:52:52 +0100
commit3f182a66add4cae057083de00c3ba504674043a7 (patch)
tree380f343001ab2ce18f2b4f630639ec3e409422b8
parentb52363e82d9dfb5ac81c1f8d441b5ab8995f0689 (diff)
client/posts: fix overextended tag link
-rw-r--r--client/html/post_readonly_sidebar.tpl4
1 files 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) { %><!--
--><a href='<%- ctx.formatClientLink('posts', {query: ctx.escapeTagName(tag.names[0])}) %>' class='<%= ctx.makeCssName(tag.category, 'tag') %>'><!--
--><% } %><!--
- --><%- ctx.getPrettyName(tag.names[0]) %>&#32;<!--
+ --><%- ctx.getPrettyName(tag.names[0]) %><!--
--><% if (ctx.canListPosts) { %><!--
--></a><!--
- --><% } %><!--
+ --><% } %>&#32;<!--
--><span class='tag-usages' data-pseudo-content='<%- tag.postCount %>'></span><!--
--></li><!--
--><% } %><!--