diff --git a/htdocs/admin/system/filecheck.php b/htdocs/admin/system/filecheck.php
index 50b27b30964..212fcc6228a 100644
--- a/htdocs/admin/system/filecheck.php
+++ b/htdocs/admin/system/filecheck.php
@@ -122,7 +122,7 @@ if (dol_is_file($xmlfile)) {
print ''."\n";
if ($enableremotecheck) {
print ' = ';
- print '
';
+ print '
';
} else {
print ' '.$langs->trans("RemoteSignature").' = '.dol_escape_htmltag($xmlremote);
if (!GETPOST('xmlremote')) {