aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--themes/smartpocket/template/tags.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/smartpocket/template/tags.tpl b/themes/smartpocket/template/tags.tpl
index b9f5cef85..c0c9f6e5a 100644
--- a/themes/smartpocket/template/tags.tpl
+++ b/themes/smartpocket/template/tags.tpl
@@ -1,6 +1,6 @@
{include file='infos_errors.tpl'}
<div data-role="content">{if isset($tags)}
-<ul data-role="listview" data-inset="true">
+<ul data-role="listview" data-inset="true" data-filter="true">
<li data-role="list-divider">{'Tags'|@translate}</li>
{foreach from=$tags item=tag}
<li><a href="{$tag.URL}" title="{$tag.counter|@translate_dec:'%d photo':'%d photos'}">{$tag.name}</a><span class="ui-li-count">{$tag.counter|@translate_dec:'%d photo':'%d photos'}</span></li>