Missing & in pagination link
cathoderaydude opened this issue · 1 comments
cathoderaydude commented
If the pagination list is long enough to produce an ellipsis, the "last page" link will be missing a & before page and will not work.
jasonsperske commented
Here is how you reproduce this bug:
- Search for
%
(example) - Click on
56
Other pages form the URLs correctly (including the &
separating the query params) but the last page is missing the &
separating q=
from page=
. The bug is caused by this line https://github.com/WinWorldPC/adventure/blob/master/adventure/views/search.ejs#L167