All of the page navigation links (for page 1,2,3,4,>>,>|, etc.) have an
extra space at the end of the URL. This is not a problem unless your browser
processes the page and corrects problems such as URLs with spaces instead of
%20. This has the effect of making it change links from "page=2 " to
"page=2%20", which do not work.
All of the page navigation links (for page 1,2,3,4,>>,>|, etc.) have an extra space at the end of the URL. This is not a problem unless your browser processes the page and corrects problems such as URLs with spaces instead of %20. This has the effect of making it change links from "page=2 " to "page=2%20", which do not work.
Example code:
I know this isn't a bad problem, but it is annoying and should be an easy fix.