diff --git a/htdocs/admin/system/filecheck.php b/htdocs/admin/system/filecheck.php
index b1124e88add..22bd07155d8 100644
--- a/htdocs/admin/system/filecheck.php
+++ b/htdocs/admin/system/filecheck.php
@@ -273,7 +273,7 @@ if (!$error && $xml)
}
else
{
- $out .= '
| '.$langs->trans("None").' |
';
+ $out .= '| '.$langs->trans("None").' |
';
}
$out .= '';
$out .= '';
@@ -328,7 +328,7 @@ if (!$error && $xml)
}
else
{
- $out .= '| '.$langs->trans("None").' |
';
+ $out .= '| '.$langs->trans("None").' |
';
}
$out .= '';
$out .= '';
@@ -383,7 +383,7 @@ if (!$error && $xml)
}
else
{
- $out .= '| '.$langs->trans("None").' |
';
+ $out .= '| '.$langs->trans("None").' |
';
}
$out .= '';
$out .= '';