diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php
index 4283fa7e8db..d4f62d85531 100644
--- a/htdocs/user/passwordforgotten.php
+++ b/htdocs/user/passwordforgotten.php
@@ -204,7 +204,9 @@ print '';
print ''."\n";
// Table 1
-print '
'."\n";
+$title='Dolibarr '.DOL_VERSION;
+if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $title=$conf->global->MAIN_APPLICATION_TITLE;
+print ''."\n";
if (file_exists(DOL_DOCUMENT_ROOT.'/logo.png'))
{
print '| ';
@@ -212,7 +214,7 @@ if (file_exists(DOL_DOCUMENT_ROOT.'/logo.png'))
}
else
{
- print ' |
'."\n";
+ print ''."\n";
}
print '
'."\n";
print '
'."\n";
@@ -266,7 +268,7 @@ if (function_exists("imagecreatefrompng") && ! $disabled)
print '| '.$langs->trans("SecurityCode").' | ';
print '';
- print ' |