diff options
Diffstat (limited to 'tpl/default/page.header.html')
-rw-r--r-- | tpl/default/page.header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index cbef6f71..03ca6843 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html | |||
@@ -114,7 +114,7 @@ | |||
114 | {if="!empty($search_tags)"} | 114 | {if="!empty($search_tags)"} |
115 | value="{$search_tags}" | 115 | value="{$search_tags}" |
116 | {/if} | 116 | {/if} |
117 | autocomplete="off" data-multiple data-minChars="1" | 117 | autocomplete="off" data-multiple data-autofirst data-minChars="1" |
118 | data-list="{loop="$tags"}{$key}, {/loop}" | 118 | data-list="{loop="$tags"}{$key}, {/loop}" |
119 | > | 119 | > |
120 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> | 120 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> |