From a3e3546eedde78e9b6d6d260c28cd75df682b4e6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 Jan 2012 01:37:17 +0100 Subject: [PATCH] Fix: Removed useless width --- htdocs/imports/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php index 77cc4412c5a..8f2f54726b0 100644 --- a/htdocs/imports/import.php +++ b/htdocs/imports/import.php @@ -479,7 +479,7 @@ if ($step == 3 && $datatoimport) print ''; $text=$objmodelimport->getDriverDesc($format); print $form->textwithpicto($objmodelimport->getDriverLabel($format),$text); - print ''.$langs->trans("DownloadEmptyExample").''; + print ''.$langs->trans("DownloadEmptyExample").''; print '';