diff --git a/theme/bulma/login.php b/theme/bulma/login.php index 7afcf9e..52cc4b1 100644 --- a/theme/bulma/login.php +++ b/theme/bulma/login.php @@ -14,7 +14,6 @@ * GNU General Public License in GPL.txt for more details. */ ?> -
@@ -23,16 +22,16 @@ ' . $success . '

'; + echo '
' . $success . '
'; if (isset($new_password)) { echo '

Your new password is as follows:

'; - echo "${new_password}"; + echo "${new_password}
"; } if (isset($recovery_code)) { - echo '

IMPORTANT!

'; + echo '
IMPORTANT!'; echo '

If you wish to recover your account later, you will need the following code. Store it in a safe place!

'; - echo "${recovery_code}"; + echo "${recovery_code}"; echo '

If you do not save this code and you forget your password, there is no way to get your account back!

'; } } // Errors