We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
Expected behaviour: The URL is now /songs/?genre=Rock%26Roll&page=2 Which will be parsed as genre=Rock&Roll, page=2
Actual behaviour: The URL is now /users/?genre=Rock&Roll&page=2 Which will be parsed as genre=Rock, Roll=, page=2
It looks like it's caused by the call to urldecode() in Zebra_Pagination.php:903, but I'm not sure what side-effects removing that would cause.
The text was updated successfully, but these errors were encountered:
Possible fox for #34
0255848
Thank you for reporting this I made a fix. I'd really appreciate it if you could validate that it works Thanks!
Sorry, something went wrong.
That fixes it, thanks!
Thanks for testing it! I published a new version with this fix included. Thanks again for reporting and for the feedback!
No branches or pull requests
Steps to reproduce:
Expected behaviour:
The URL is now /songs/?genre=Rock%26Roll&page=2
Which will be parsed as genre=Rock&Roll, page=2
Actual behaviour:
The URL is now /users/?genre=Rock&Roll&page=2
Which will be parsed as genre=Rock, Roll=, page=2
It looks like it's caused by the call to urldecode() in Zebra_Pagination.php:903, but I'm not sure what side-effects removing that would cause.
The text was updated successfully, but these errors were encountered: