Index: class.t3lib_div.php =================================================================== --- class.t3lib_div.php (revision 2922) +++ class.t3lib_div.php (working copy) @@ -2855,7 +2855,7 @@ if (is_array($array_in)) { $result=''; if (count($array_in) == 0) { - $result.= ''; + $result.= '
EMPTY!
EMPTY!
'; } else { foreach ($array_in as $key => $val) { $result.= ''.htmlspecialchars((string)$key).'';