From: jervfors Date: Sat, 23 Apr 2005 09:31:24 +0000 (+0000) Subject: Trimming whitespace X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=6c37fb32e128dee5008f1508b3821d738ee36a67 Trimming whitespace git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9374 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/include/options/compose.php b/include/options/compose.php index 27b834e0..5993c037 100644 --- a/include/options/compose.php +++ b/include/options/compose.php @@ -38,7 +38,7 @@ function load_optpage_data_compose() { /******************************************************/ /* LOAD EACH GROUP OF OPTIONS INTO THE OPTIONS ARRAY. */ /******************************************************/ - + /*** Load the General Compose Options into the array ***/ $optgrps[SMOPT_GRP_COMPOSE] = _("General Message Composition"); $optvals[SMOPT_GRP_COMPOSE] = array(); @@ -78,8 +78,8 @@ function load_optpage_data_compose() { 'posvals' => array('1' => _("Javascript"), '0' => _("HTML")) ); - - + + $optvals[SMOPT_GRP_COMPOSE][] = array( 'name' => 'compose_new_win', 'caption' => _("Compose Messages in New Window"), @@ -103,11 +103,11 @@ function load_optpage_data_compose() { 'size' => SMOPT_SIZE_TINY ); - + /*** Load the General Options into the array ***/ $optgrps[SMOPT_GRP_COMPOSE_REPLY] = _("Replying and Forwarding Messages"); $optvals[SMOPT_GRP_COMPOSE_REPLY] = array(); - + $optvals[SMOPT_GRP_COMPOSE_REPLY][] = array( 'name' => 'forward_cc', 'caption' => _("Include CCs when Forwarding Messages"), @@ -121,7 +121,7 @@ function load_optpage_data_compose() { 'type' => SMOPT_TYPE_BOOLEAN, 'refresh' => SMOPT_REFRESH_NONE ); - + $optvals[SMOPT_GRP_COMPOSE_REPLY][] = array( 'name' => 'sig_first', 'caption' => _("Append Signature before Reply/Forward Text"),