diff --git a/htdocs/imports/index.php b/htdocs/imports/index.php
index 2ce0139f517..7f9c113b10f 100644
--- a/htdocs/imports/index.php
+++ b/htdocs/imports/index.php
@@ -54,6 +54,7 @@ print '
';
// List of import set
/*
+print '
';
print '
';
print '';
print '| '.$langs->trans("Module").' | ';
@@ -84,6 +85,7 @@ else
print '
| '.$langs->trans("NoImportableData").' |
';
}
print '
';
+print '
';
print '
';
*/
@@ -107,6 +109,7 @@ print '
';
// List of available import format
+print '';
print '
';
print '';
print '| '.$langs->trans("AvailableFormats").' | ';
@@ -130,6 +133,7 @@ foreach($liste as $key)
}
print '
';
+print '
';
//print '';