diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-01-20 22:51:56 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-01-20 22:51:56 +0100 |
commit | 55d0a5c445cbbd4fc322051b7753d0b2106cfe68 (patch) | |
tree | c76e2175f018b5966b192141cad2a31ae986234c /tpl | |
parent | 25d88c90aa74ea05162dfc59f47843df639beb75 (diff) | |
download | Shaarli-55d0a5c445cbbd4fc322051b7753d0b2106cfe68.tar.gz Shaarli-55d0a5c445cbbd4fc322051b7753d0b2106cfe68.tar.zst Shaarli-55d0a5c445cbbd4fc322051b7753d0b2106cfe68.zip |
Bugfix: prevent LinkFilter to work on outdated data.
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/linklist.html | 2 |
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> |