diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
index 31fc3a23788..889324807a0 100644
--- a/htdocs/admin/modules.php
+++ b/htdocs/admin/modules.php
@@ -265,8 +265,6 @@ $head[$h][2] = 'marketplace';
$h++;
-// Show warning about external users
-print showModulesExludedForExternal($modules).'
'."\n";
print "
\n";
@@ -500,6 +498,10 @@ else
dol_fiche_end();
+// Show warning about external users
+print showModulesExludedForExternal($modules).'
'."\n";
+
+
llxFooter();
$db->close();