瀏覽代碼

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

Loading…
取消
儲存