diff --git a/core/users/users.php b/core/users/users.php
index 0af69bc1ad..61cc48be7f 100644
--- a/core/users/users.php
+++ b/core/users/users.php
@@ -158,7 +158,10 @@
echo "\n";
}
}
- echo "";
+ if (permission_exists('user_import')) {
+ echo "\n";
+ }
+ echo "";
echo "";
echo "";
echo "\n";
@@ -257,5 +260,4 @@
//include the footer
include "resources/footer.php";
-
?>