Fix HTML.
authorJan Schneider <jan@horde.org>
Thu, 28 May 2009 09:12:06 +0000 (11:12 +0200)
committerJan Schneider <jan@horde.org>
Thu, 28 May 2009 12:47:12 +0000 (14:47 +0200)
kronolith/templates/edit/edit.inc

index ad08ca8..05008d7 100644 (file)
@@ -205,8 +205,7 @@ if ($event->alarm) {
   </div>
  </td>
  </tr>
- </tbody>
-</tr>
+</tbody>
 
 <!-- description -->
 <tr>
@@ -380,9 +379,9 @@ endif;
    <input type="text" name="tags" id="tags" value="<?php echo (!empty($tags) ? htmlspecialchars($tags) : '')?>" size="40" />
    <div id="tags_results" name="tags_results" class="autocomplete"></div>
    <span id="tags_loading_img" style="display:none;"><?php echo Horde::img('loading.gif', _("Loading...")) ?></span>
+   <?php Kronolith_Imple::factory('TagAutoCompleter', array('triggerId' => 'tags', 'id' => $event->getUID())); ?>
  </td>
 </tr>
-<?php Kronolith_Imple::factory('TagAutoCompleter', array('triggerId' => 'tags', 'id' => $event->getUID())); ?>
 <!-- spacer -->
 <tr>
  <td style="line-height:4px;">&nbsp;</td>