From eefb636cea7acef9ddfd02a90749820f5fafc9f6 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 6 Jan 2016 19:54:44 +0100 Subject: Fixes a bug preventing to remove a tag with special chars when searching --- tpl/linklist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl') diff --git a/tpl/linklist.html b/tpl/linklist.html index 09860baf..6ce59dd8 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -53,7 +53,7 @@
{$result_count} results for tags {loop="search_crits"} - {$value} x + {$value} x {/loop}
{/if} -- cgit v1.2.3