fixed html typo
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 6 Jan 2008 09:40:12 +0000 (10:40 +0100)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 6 Jan 2008 09:40:12 +0000 (10:40 +0100)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
themes/default/templates/tags.tpl

index 52c870cac95362828456345c9f7f66bc83ebc65e..326c09531449f650458da5aeb4414790801d24df 100644 (file)
@@ -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;