From de7e10efb4499e015255e205119eb0e3aeab5e9c Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 15 Feb 2010 18:03:05 +0100 Subject: [PATCH] Remove stray quote. --- kronolith/lib/Ajax/Imple/ContactAutoCompleter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php b/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php index 3d6f5d7b1..01da4db96 100644 --- a/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php +++ b/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php @@ -21,7 +21,7 @@ class Kronolith_Ajax_Imple_ContactAutoCompleter extends Horde_Ajax_Imple_AutoCom */ protected function _attach($js_params) { - $js_params['indicator'] = $this->_params['triggerId'] . '_loading_img"'; + $js_params['indicator'] = $this->_params['triggerId'] . '_loading_img'; return array( 'ajax' => 'ContactAutoCompleter', -- 2.11.0