URL of button is malformed
-
I’ve placed a button on a page with some attributes in the URL. When I click on the button the content in the pdf-document is different than on the page.
After examining the URL I saw that a & has been changed to #038; I can’t show this on my website because this page is not public, but for example: page.php?fname=&school=hofsteden&types= becomes page.php?fname=&print=pdf#038;school=hofsteden&types=
For now I did a str_replace in the code (on line 498 in pdf-print.php) to fix this problem.Do I need to change a setting on my website or is this just a bug in the code?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘URL of button is malformed’ is closed to new replies.