From 4c87428ec962e711c6893c035d43bd4a8e2eacd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come.chilliet@fusiondirectory.org> Date: Thu, 11 Jun 2020 11:25:17 +0200 Subject: [PATCH] :ambulance: fix(secondfactor) Fix HTML validation error issue #6071 --- ihtml/themes/breezy/secondfactor.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihtml/themes/breezy/secondfactor.tpl b/ihtml/themes/breezy/secondfactor.tpl index 8717d7ed8..ad537562c 100644 --- a/ihtml/themes/breezy/secondfactor.tpl +++ b/ihtml/themes/breezy/secondfactor.tpl @@ -7,7 +7,7 @@ <div id="window-container"> <div id="window-div"> -<form action="" method="post" id="loginform" name="loginform"> +<form action="secondfactor.php" method="post" id="loginform" name="loginform"> <div style="width: 0; height: 0; overflow: hidden;"><input type="submit" name="default_submit_hidden_button"/></div> {$msg_dialogs} -- GitLab