Given the url to linkify:
https://www.site.com/someimage.jpg?var=1&option=1
The href attribute for the <a> tag has some characters (&) escaped to html entities.
https://www.site.com/someimage.jpg?var=1&option=1
This way the url cannot be achieved. I suggest unescaping it back when adding the attribute do the tag.
Given the url to linkify:
https://www.site.com/someimage.jpg?var=1&option=1The
hrefattribute for the<a>tag has some characters (&) escaped to html entities.https://www.site.com/someimage.jpg?var=1&option=1This way the url cannot be achieved. I suggest unescaping it back when adding the attribute do the tag.