language names and alternative names are html encoded in order to be able to
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 9 Oct 2004 09:13:18 +0000 (09:13 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 9 Oct 2004 09:13:18 +0000 (09:13 +0000)
display them in unsupported charsets

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8171 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/options/display.php

index 0ce7ad3d941f22261b41a1b6efd14f3c8fb89976..23fef7573d31a0467c8aede245cf4a2f39642687 100644 (file)
@@ -144,7 +144,8 @@ function load_optpage_data_display() {
            'caption' => _("Language"),
            'type'    => SMOPT_TYPE_STRLIST,
            'refresh' => SMOPT_REFRESH_ALL,
-           'posvals' => $language_values
+           'posvals' => $language_values,
+           'htmlencoded' => true
        );
     }