From: pdontthink Date: Mon, 13 Aug 2007 22:42:26 +0000 (+0000) Subject: Remove extraneous slash X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=78239c919a3a2100b87de8732a5a83dfddd90a28;p=squirrelmail.git Remove extraneous slash git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12583 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/squirrelspell/sqspell_functions.php b/plugins/squirrelspell/sqspell_functions.php index c9a73889..4fbd42e1 100644 --- a/plugins/squirrelspell/sqspell_functions.php +++ b/plugins/squirrelspell/sqspell_functions.php @@ -69,7 +69,7 @@ function squirrelspell_setup_function() { $output = addButton(_("Check Spelling"), 'check_spelling', array('onclick' => 'window.open(\'' . $base_uri - . '/plugins/squirrelspell/sqspell_interface.php\', \'sqspell\', \'status=yes,width=550,height=370,resizable=yes\')')) . $nbsp; + . 'plugins/squirrelspell/sqspell_interface.php\', \'sqspell\', \'status=yes,width=550,height=370,resizable=yes\')')) . $nbsp; return array('compose_button_row' => $output); }