Bläddra i källkod

forgot to close the password form

pull/16/head
mauirixxx 7 år sedan
förälder
incheckning
c036f6eba8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      preferences.php

+ 1
- 1
preferences.php Visa fil

@@ -48,7 +48,7 @@ echo <<<UPDPASS
return true;
}
</script>
<input type="submit" name="submission" value="Update password" onclick="return Validate()" id="btnSubmit">
<input type="submit" name="submission" value="Update password" onclick="return Validate()" id="btnSubmit"></form>
UPDPASS;
include_once ('footer.php');
?>

Laddar…
Avbryt
Spara