From: ArthurHoaro Date: Wed, 6 Jan 2016 18:54:44 +0000 (+0100) Subject: Fixes a bug preventing to remove a tag with special chars when searching X-Git-Tag: v0.6.3~13^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F424%2Fhead;p=github%2Fshaarli%2FShaarli.git Fixes a bug preventing to remove a tag with special chars when searching --- 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}