From 7a7741fe51906972d85c651ef5b957a0437b84be Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 24 Mar 2026 21:58:27 -0700 Subject: [PATCH] tidying up javascript --- www/index.php | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/www/index.php b/www/index.php index 30e0329..24c914e 100644 --- a/www/index.php +++ b/www/index.php @@ -304,9 +304,9 @@ $rating = passwordTest_strength($final); if ($passType === 0 || $passType === 1 || $passType === 2 || $passType === 3) { echo '
'; // Password output - echo '

'; + echo '

'; echo 'Your password strength is: ' . $rating . '

'; - echo ''; + echo ''; echo ''; // Pass type selector @@ -409,6 +409,8 @@ $rating = passwordTest_strength($final); + + \ No newline at end of file