diff --git a/pages/ajax.csvimport.php b/pages/ajax.csvimport.php index 05851feeb..4fff4d1dd 100644 --- a/pages/ajax.csvimport.php +++ b/pages/ajax.csvimport.php @@ -221,7 +221,7 @@ switch($sOperation) { $oPage = new ajax_page(""); $oPage->no_cache(); - $oPage->add('
'); + $oPage->add(''); $oPage->add(''); } break;