mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Fix double encoding of URL in ebook grid navbar
This commit is contained in:
parent
aeeb3ea52a
commit
4ecb6f2aa2
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ try{
|
|||
}
|
||||
}
|
||||
|
||||
$queryString = Formatter::ToPlainText(preg_replace('/^&/ius', '', $queryString));
|
||||
$queryString = preg_replace('/^&/ius', '', $queryString);
|
||||
}
|
||||
catch(\Exception $ex){
|
||||
http_response_code(404);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue