option contains html encoded spaces
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 9 Oct 2004 12:36:55 +0000 (12:36 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 9 Oct 2004 12:36:55 +0000 (12:36 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8173 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/options/folder.php

index 54cdf5ee74ed9fcfb3ac1fb28eab78b461f7521f..bab93aba93a1f832121362cf376e7b667d527b09 100644 (file)
@@ -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: ") .  '"&nbsp;&nbsp;&nbsp;&nbsp;' . _("Subfolder") . '"',
-                            2 => _("Delimited: ") . '".&nbsp;' . _("Subfolder") . '"')
+                            2 => _("Delimited: ") . '".&nbsp;' . _("Subfolder") . '"'),
+        'htmlencoded' => true
     );
 
     /* Assemble all this together and return it as our result. */