aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/linklist.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-01-20 22:51:56 +0100
committerArthurHoaro <arthur@hoa.ro>2016-01-20 22:51:56 +0100
commit55d0a5c445cbbd4fc322051b7753d0b2106cfe68 (patch)
treec76e2175f018b5966b192141cad2a31ae986234c /tpl/linklist.html
parent25d88c90aa74ea05162dfc59f47843df639beb75 (diff)
downloadShaarli-55d0a5c445cbbd4fc322051b7753d0b2106cfe68.tar.gz
Shaarli-55d0a5c445cbbd4fc322051b7753d0b2106cfe68.tar.zst
Shaarli-55d0a5c445cbbd4fc322051b7753d0b2106cfe68.zip
Bugfix: prevent LinkFilter to work on outdated data.
Diffstat (limited to 'tpl/linklist.html')
-rw-r--r--tpl/linklist.html2
1 files changed, 1 insertions, 1 deletions
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 @@
23 value="{function="implode(' ', $search_crits)"}" 23 value="{function="implode(' ', $search_crits)"}"
24 {/if} 24 {/if}
25 autocomplete="off" class="awesomplete" data-multiple data-minChars="1" 25 autocomplete="off" class="awesomplete" data-multiple data-minChars="1"
26 data-list="{loop="$tags"}{$key}, {/loop}"> 26 data-list="{loop="$tags"}{$key}, {/loop}"
27 > 27 >
28 <input type="submit" value="Search" class="bigbutton"> 28 <input type="submit" value="Search" class="bigbutton">
29 </form> 29 </form>