Remove stray double quote
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 5 Nov 2009 15:50:40 +0000 (10:50 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 5 Nov 2009 15:50:40 +0000 (10:50 -0500)
kronolith/lib/Ajax/Imple/TagAutoCompleter.php

index 24c31f7..8b61091 100644 (file)
@@ -21,7 +21,7 @@ class Kronolith_Ajax_Imple_TagAutoCompleter extends Horde_Ajax_Imple_AutoComplet
      */
     protected function _attach($js_params)
     {
-        $js_params['indicator'] = $this->_params['triggerId'] . '_loading_img"';
+        $js_params['indicator'] = $this->_params['triggerId'] . '_loading_img';
 
         $ret = array(
             'params' => $js_params