Fix quotes.
authorJan Schneider <jan@horde.org>
Tue, 28 Dec 2010 16:56:57 +0000 (17:56 +0100)
committerJan Schneider <jan@horde.org>
Tue, 28 Dec 2010 16:56:57 +0000 (17:56 +0100)
imp/compose.php

index a1ba198..2f7b2df 100644 (file)
@@ -870,7 +870,7 @@ if ($redirect) {
         $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") : ''