From 92afa1c087f0bcd468eb45452aa42ae6919558f4 Mon Sep 17 00:00:00 2001 From: tokul Date: Sat, 9 Oct 2004 09:13:18 +0000 Subject: [PATCH] language names and alternative names are html encoded in order to be able to 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/options/display.php b/include/options/display.php index 0ce7ad3d..23fef757 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -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 ); } -- 2.25.1