From a84aa1799d9adba943ec19e733f42b2cd8c3d7c8 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Tue, 20 Apr 2010 09:30:21 +0000 Subject: [PATCH] Fixed a bug related to the CSV templates SVN:trunk[349] --- pages/ajax.csvimport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ajax.csvimport.php b/pages/ajax.csvimport.php index 05851feebd..4fff4d1dd1 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('


'.$sClassDisplayName.'.csv

'); + $oPage->add('


'.$sClassDisplayName.'.csv

'); $oPage->add('

'); } break;