diff --git a/htdocs/admin/security.php b/htdocs/admin/security.php
index b5c4dd8dc9d..6c3ed1f294b 100644
--- a/htdocs/admin/security.php
+++ b/htdocs/admin/security.php
@@ -501,11 +501,11 @@ if (GETPOST('info','int') > 0)
{
if (function_exists('password_hash'))
{
- print $langs->trans("Note: The function password_hash exists on your PHP");
+ print $langs->trans("Note: The function password_hash exists on your PHP")."
\n";
}
else
{
- print $langs->trans("Note: The function password_hash does not exists on your PHP");
+ print $langs->trans("Note: The function password_hash does not exists on your PHP")."
\n";
}
print 'MAIN_SECURITY_HASH_ALGO = '.$conf->global->MAIN_SECURITY_HASH_ALGO."
\n";
print 'MAIN_SECURITY_SALT = '.$conf->global->MAIN_SECURITY_SALT."
\n";