X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fabook_take%2Ffunctions.php;h=7b151571c43bd15db964da2a04e852dc9e85a917;hp=536bf18df0d9562cfc3b9172341bf512ae28046f;hb=4f51df662e39f6a118606364441ae9964006b032;hpb=91e0dccca7b2452d8b450791cae3aa4125e8889e diff --git a/plugins/abook_take/functions.php b/plugins/abook_take/functions.php index 536bf18d..7b151571 100644 --- a/plugins/abook_take/functions.php +++ b/plugins/abook_take/functions.php @@ -3,12 +3,12 @@ /** * functions.php * - * Copyright (c) 1999-2004 The SquirrelMail Project Team + * Copyright (c) 1999-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Functions for the Address Take plugin * - * $Id$ + * @version $Id$ * @package plugins * @subpackage abook_take */ @@ -84,7 +84,7 @@ function abook_take_options() { global $abook_take_verify; - echo '' . html_tag('td',_("Address Book Take:"),'right','','nowrap') . "\n" . '' . + echo '' . html_tag('td',_("Address Book Take:"),'right','','style="white-space: nowrap;"') . "\n" . '' . addCheckbox('abook_take_abook_take_verify', $abook_take_verify) . _("Try to verify addresses") . "\n"; }