Skip to content

Commit

Permalink
Make results-per-page consistent throughout PR
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbarnes committed Dec 5, 2023
1 parent 6cab4b7 commit ef82426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/macros/Pager_loanhistory.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$def with (page, num_found, results_per_page=20, show_next=True)
$def with (page, num_found, results_per_page=25, show_next=True)
<div class="clearfix"></div>
<div class="pagination">
$if page != 1:
Expand Down

0 comments on commit ef82426

Please sign in to comment.