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