summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-06 10:40:12 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-06 10:40:12 +0100
commitc25e4819d4fa98ce34f938d2f2baa2b9e5555c24 (patch)
treec337e0a64294d62f00244287959e274a50e0be84 /themes/default
parent498cddd39f8234540b4d87c96dd06628809d380e (diff)
fixed html typo
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-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 52c870c..326c095 100644
--- a/themes/default/templates/tags.tpl
+++ b/themes/default/templates/tags.tpl
@@ -4,7 +4,7 @@
<div id="available_tags"></div>
<span style="vertical-align: middle; text-decoration: underline;">
<img src="resources/selected_tags.png" alt="selected tags" />Selected Tags:
-</span
+</span>
&nbsp;
<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;