ソースを参照

forgot to close the password form

pull/16/head
mauirixxx 7年前
コミット
c036f6eba8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      preferences.php

+ 1
- 1
preferences.php ファイルの表示

@@ -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');
?>

読み込み中…
キャンセル
保存