summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/tags.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/templates/tags.tpl')
-rw-r--r--themes/default/templates/tags.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/tags.tpl b/themes/default/templates/tags.tpl
index 817cfbc..8a9521e 100644
--- a/themes/default/templates/tags.tpl
+++ b/themes/default/templates/tags.tpl
@@ -8,7 +8,7 @@
 
<input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } title="OR condition" />||
<input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } title="AND condition" />&amp;&amp;
-{ if $preset_selected_tags }
+{ if isset($preset_selected_tags) }
<div id="selected_tags">{ $preset_selected_tags }</div>
{ else }
<div id="selected_tags">no tags selected</div>