Revert "Do not assume that DefaultLang is escaped."

This reverts commit 05ca00e0a2.

There does not seem to be bug here.
This commit is contained in:
Michal Čihař
2010-08-19 15:37:06 +02:00
parent 05ca00e0a2
commit b337f45a0a

View File

@@ -173,7 +173,8 @@ display_fieldset_top('', '', null, array('class' => 'simple'));
$opts = array(
'doc' => $form_display->getDocLink('DefaultLang'),
'wiki' => $form_display->getWikiLink('DefaultLang'),
'values' => array());
'values' => array(),
'values_escaped' => true);
foreach ($all_languages as $each_lang_key => $each_lang) {
if (!file_exists($GLOBALS['lang_path'] . $each_lang[1] . '.inc.php')) {
continue;