Hello.
First of all, thank you for an excellent piece of code - exactly the sort of thing I was looking for and perfect for my needs in every way.
Well... almost perfect.
It seems that the Input Filter is treating the equals sign in dynamic URLs as an additional attribute of the <a> tag. For example:
mydomain.com/page.php?page=1
The Input Filter seems to be parsing that URL and returning the following:
mydomain.com/page.php?page
Am I doing something wrong?
Any advice you give me on this would be immensely appreciated.
Thanks for all your hard work on this class.
Kind Regards,
Jeremy