From: pdontthink Date: Fri, 21 Nov 2003 12:51:49 +0000 (+0000) Subject: html fix X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=1aefbee03b9dbea57a7f1ca461b3f718867ccebf;hp=57ba5fa9aeb9e5f4073afd7dbd8ac379b35f0e3e html fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6187 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/options.php b/functions/options.php index cc2aecb8..a63e19ce 100644 --- a/functions/options.php +++ b/functions/options.php @@ -491,8 +491,7 @@ function print_option_groups($option_groups) { function OptionSubmit( $name ) { echo html_tag( 'tr', - html_tag( 'td', ' ', 'left', '', 'colspan="2"' ) . - html_tag( 'td', '', 'left', '', 'colspan="2"' ) + html_tag( 'td', '    ', 'right', '', 'colspan="2"' ) ) . "\n"; }