Skip to content
Snippets Groups Projects
Unverified Commit 59abbaed authored by David Beniamine's avatar David Beniamine
Browse files

fix bad html

parent 1ecc9866
No related branches found
No related tags found
No related merge requests found
...@@ -76,8 +76,6 @@ else: ...@@ -76,8 +76,6 @@ else:
html += markdown(test_pass(form.getvalue("password"), inputs)) html += markdown(test_pass(form.getvalue("password"), inputs))
html += """ html += """
</body>
<foot>
<div id="foot"> <div id="foot">
<p> <p>
<a href="https://gitlab.tetras-libre.fr/tetras-libre/PasswordTester">Pass Checker</a> est Logiciel développé par <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. ...@@ -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>. et sont distribués sous licence <a href="https://www.gnu.org/licenses/gpl-3.0.txt">GPL</a>.
</p> </p>
</div> </div>
</foot>
</div> </div>
</div> </div>
</body>
</html> </html>
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment