Index: t3lib/class.t3lib_install.php =================================================================== --- t3lib/class.t3lib_install.php (Revision 6468) +++ t3lib/class.t3lib_install.php (Arbeitskopie) @@ -967,7 +967,7 @@ - + '; } foreach($arr as $key => $string) { @@ -995,7 +995,7 @@ $out[]=' - '.nl2br((!$cVfullMsg?"Current value: ":"").''.$currentValue[$key].'').' + '.nl2br((!$cVfullMsg?"Current value: ":"").''.$currentValue[$key].'').' '; } } @@ -1003,7 +1003,7 @@ $out[] = ' - ' . implode('
',$warnings) . '
+ ' . implode('
',$warnings) . '
'; }