Skip to content

htmlNewPost no longer takes pageNumber

Don't add ?endpoint?page=n to the form's action; the path used already ends in the endpoint, so we don't need to add it, and any extra URL parameters are ignored in a POST request, so both are simply dropped. As the page number was not used for anything else, it was also removed from the parameter list and from all calls to htmlNewPost.

Fixes #29.

Edited by Alex Schroeder

Merge request reports

Loading