diff --git a/passchecker/cgi-bin/index.py b/passchecker/cgi-bin/index.py index 1ecab9fca0947b1408f4998aa43a6bee5aaa0e41..5aecd21d6b841443eb63c79b2bd6a2f172d0a219 100755 --- a/passchecker/cgi-bin/index.py +++ b/passchecker/cgi-bin/index.py @@ -76,8 +76,6 @@ else: html += markdown(test_pass(form.getvalue("password"), inputs)) html += """ -</body> -<foot> <div id="foot"> <p> <a href="https://gitlab.tetras-libre.fr/tetras-libre/PasswordTester">Pass Checker</a> est Logiciel développé par @@ -94,9 +92,9 @@ Les listes de mots et noms français proviennent de <a href="http://www.lexique. et sont distribués sous licence <a href="https://www.gnu.org/licenses/gpl-3.0.txt">GPL</a>. </p> </div> -</foot> </div> </div> +</body> </html> """