From 55d0a5c445cbbd4fc322051b7753d0b2106cfe68 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 20 Jan 2016 22:51:56 +0100 Subject: Bugfix: prevent LinkFilter to work on outdated data. --- tpl/linklist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/linklist.html') diff --git a/tpl/linklist.html b/tpl/linklist.html index 6ce59dd8..ca91699e 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -23,7 +23,7 @@ value="{function="implode(' ', $search_crits)"}" {/if} autocomplete="off" class="awesomplete" data-multiple data-minChars="1" - data-list="{loop="$tags"}{$key}, {/loop}"> + data-list="{loop="$tags"}{$key}, {/loop}" > -- cgit v1.2.3