From: Jan Schneider Date: Mon, 15 Feb 2010 17:03:05 +0000 (+0100) Subject: Remove stray quote. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=de7e10efb4499e015255e205119eb0e3aeab5e9c;p=horde.git Remove stray quote. --- 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',