$compose_options[] = array(
'url' => $blank_url->copy()->link(array(
'class' => 'widget',
- 'onclick.raw' => 'window.open("' . Horde::url('contacts.php') . '","contacts","toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,width=550,height=300,left=100,top=100"); return false;'
+ 'onclick.raw' => 'window.open(\'' . Horde::url('contacts.php') . '\',\'contacts\',\'toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,width=550,height=300,left=100,top=100\'); return false;'
)),
'img' => Horde::img('addressbook_browse.png'),
'label' => $show_text ? _("Address Book") : ''