diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php
index 8d5bcfc0492..7763c190482 100644
--- a/htdocs/admin/ihm.php
+++ b/htdocs/admin/ihm.php
@@ -646,7 +646,7 @@ if ($mode == 'login') {
print '(' . $langs->trans("DisabledByOptionADD_UNSPLASH_LOGIN_BACKGROUND") . ') ';
}
if (!empty($conf->global->MAIN_LOGIN_BACKGROUND)) {
- print '' . img_delete($langs->trans("Delete")) . '';
+ print '' . img_delete($langs->trans("Delete")) . '';
if (file_exists($conf->mycompany->dir_output . '/logos/' . $conf->global->MAIN_LOGIN_BACKGROUND)) {
print ' ';
print '
';