From 87129be682a22ced92aab1723544de2b3b380dde Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 8 Feb 2009 18:51:10 -0500 Subject: [PATCH] Escape output, attach the autocompleter in the template --- kronolith/new.php | 1 - kronolith/templates/edit/edit.inc | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/kronolith/new.php b/kronolith/new.php index 98a6433ff..06e2a3186 100644 --- a/kronolith/new.php +++ b/kronolith/new.php @@ -75,6 +75,5 @@ require KRONOLITH_TEMPLATES . '/common-header.inc'; require KRONOLITH_TEMPLATES . '/menu.inc'; require KRONOLITH_TEMPLATES . '/edit/javascript.inc'; require KRONOLITH_TEMPLATES . '/edit/edit.inc'; -Kronolith_Imple::factory('TagAutoCompleter', array('triggerId' => 'tags', 'id' => $event->getUID())); require $registry->get('templates', 'horde') . '/common-footer.inc'; diff --git a/kronolith/templates/edit/edit.inc b/kronolith/templates/edit/edit.inc index 7f7236cb1..5c37d5d02 100644 --- a/kronolith/templates/edit/edit.inc +++ b/kronolith/templates/edit/edit.inc @@ -367,7 +367,7 @@ endif; 'toggle_tags'), $GLOBALS['registry']->getImageDir('horde')) . ' ' . _("Tags") ?> - + @@ -375,12 +375,12 @@ endif; - -
+ +
- + 'tags', 'id' => $event->getUID())); ?>   -- 2.11.0