From 300a044d1ed12db1b9091beb889fd84f3ca02bcd Mon Sep 17 00:00:00 2001 From: tokul Date: Sat, 9 Oct 2004 12:36:55 +0000 Subject: [PATCH] option contains html encoded spaces git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8173 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/options/folder.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/options/folder.php b/include/options/folder.php index 54cdf5ee..bab93aba 100644 --- a/include/options/folder.php +++ b/include/options/folder.php @@ -190,7 +190,7 @@ function load_optpage_data_folder() { 'type' => SMOPT_TYPE_STRLIST, 'refresh' => SMOPT_REFRESH_FOLDERLIST, 'posvals' => array( '0' => _("International date and time"), - '1' => _("American date and time"), + '1' => _("American date and time"), '2' => _("European date and time"), '3' => _("Show weekday and time"), '4' => _("Show time with seconds"), @@ -237,7 +237,8 @@ function load_optpage_data_folder() { 'refresh' => SMOPT_REFRESH_NONE, 'posvals' => array( 0 => _("Long: ") . '"' . _("Folder") . $delim . _("Subfolder") . '"', 1 => _("Indented: ") . '"    ' . _("Subfolder") . '"', - 2 => _("Delimited: ") . '". ' . _("Subfolder") . '"') + 2 => _("Delimited: ") . '". ' . _("Subfolder") . '"'), + 'htmlencoded' => true ); /* Assemble all this together and return it as our result. */ -- 2.25.1