--- class.tslib_content.php 2005-04-11 15:45:38.000000000 +0200 +++ class.tslib_content.php 2005-04-12 12:09:17.000000000 +0200 @@ -5618,12 +5618,12 @@ reset($value); while(list(,$Nvalue)=each($value)) { $JSPart.=" - updateForm('".$formName."','".$arrPrefix."[".$fKey."][]',unescape('".rawurlencode($Nvalue)."'))"; + updateForm('".$formName."','".$arrPrefix."[".$fKey."][]',". $this->JScharCode($Nvalue) .");"; } } else { $JSPart.=" - updateForm('".$formName."','".$arrPrefix."[".$fKey."]',unescape('".rawurlencode($value)."'))"; + updateForm('".$formName."','".$arrPrefix."[".$fKey."]',". $this->JScharCode($value) .');'; } } $JSPart='