From 296856e593f95cee18d006bcd0c95266579912a4 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Wed, 2 Jul 2003 21:12:31 +0000
Subject: [PATCH] =?UTF-8?q?bouton=20'ok'=20sur=20le=20renouvellement=20mot?=
 =?UTF-8?q?=20de=20passe=20oubli=C3=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 spip_pass.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spip_pass.php3 b/spip_pass.php3
index 119f58b338..a4fdb29d58 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;
 		}
-- 
GitLab