diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php index 3fb9c2a2a3a..618efccaa6c 100644 --- a/htdocs/user/passwordforgotten.php +++ b/htdocs/user/passwordforgotten.php @@ -199,7 +199,7 @@ print ''; print ''."\n"; // Table 1 -print ''."\n"; +print '
'."\n"; if (file_exists(DOL_DOCUMENT_ROOT.'/logo.png')) { print '
'; @@ -218,7 +218,7 @@ if ($mode == 'dolibarr' || $mode == 'dolibarr_mdb2') $disabled=''; if ($conf->global->MAIN_SECURITY_ENABLE_SENDPASSWORD) $disabled=''; // To force button enabled // Table 2 -print ''."\n"; +print '
'."\n"; print ''."\n";