From 1a75c61f658efd0df227b679f25c660f0b601715 Mon Sep 17 00:00:00 2001 From: rr- Date: Wed, 22 Jun 2016 23:12:34 +0200 Subject: [PATCH] client/tags: fix tag categories with spaces --- client/html/post_readonly_sidebar.tpl | 4 ++-- client/js/controls/tag_auto_complete_control.js | 7 ++++--- client/js/controls/tag_input_control.js | 5 ++++- client/js/tags.js | 4 +++- client/js/util/misc.js | 5 +++++ client/js/util/views.js | 5 +++-- 6 files changed, 21 insertions(+), 9 deletions(-) diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl index 0922e26d..6866216a 100644 --- a/client/html/post_readonly_sidebar.tpl +++ b/client/html/post_readonly_sidebar.tpl @@ -50,14 +50,14 @@ --><% for (let tag of ctx.post.tags) { %>
  • <% if (ctx.canViewTags) { %>'><% } %><% if (ctx.canListPosts) { %><% } %><% if (ctx.canListPosts) { %>'><% } %><%= tag %><% if (ctx.canListPosts) { %>