From 7c37734fec508f82f757c299175674b755d0ac71 Mon Sep 17 00:00:00 2001 From: neobooru <50623835+neobooru@users.noreply.github.com> Date: Sat, 10 Apr 2021 15:10:39 +0200 Subject: [PATCH] client: rename escapeColons to escapeTagName and also escape dots --- client/html/post_readonly_sidebar.tpl | 2 +- client/html/tag_delete.tpl | 2 +- client/html/tag_summary.tpl | 2 +- client/js/controllers/pool_controller.js | 2 +- client/js/controllers/pool_create_controller.js | 2 +- client/js/controllers/tag_controller.js | 2 +- client/js/controls/post_readonly_sidebar_control.js | 2 +- client/js/controls/tag_input_control.js | 2 +- client/js/util/uri.js | 6 +++--- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl index 178b1d2..cfbfd10 100644 --- a/client/html/post_readonly_sidebar.tpl +++ b/client/html/post_readonly_sidebar.tpl @@ -92,7 +92,7 @@ --><% } %><% if (ctx.canListPosts) { %>' class='<%= ctx.makeCssName(tag.category, 'tag') %>'>' class='<%= ctx.makeCssName(tag.category, 'tag') %>'><% } %><%- ctx.getPrettyName(tag.names[0]) %> <% if (ctx.canListPosts) { %>