diff --git a/spip_pass.php3 b/spip_pass.php3
index 119f58b33860750e7b956b5f2ec80fa86e520476..a4fdb29d58b598415ab0be8726ecd60f97ebd3a8 100644
--- a/spip_pass.php3
+++ b/spip_pass.php3
@@ -38,7 +38,7 @@ if ($p = addslashes($p)) {
 			echo "<input type='hidden' name='p' value='$p'>";
 			echo _T('pass_choix_pass')."<br>\n";
 			echo "<input type='password' name='pass' value=''>";
-			echo "</form>\n";
+			echo '  <input type=submit class="fondl" name="oubli" value="'._T('pass_ok').'"></div></form>';
 			install_fin_html();
 			exit;
 		}