projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3e9e42
)
Remove stray quote.
author
Jan Schneider
<jan@horde.org>
Mon, 15 Feb 2010 17:03:05 +0000
(18:03 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 15 Feb 2010 17:04:00 +0000
(18:04 +0100)
kronolith/lib/Ajax/Imple/ContactAutoCompleter.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php
b/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php
index
3d6f5d7
..
01da4db
100644
(file)
--- 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',