When I insert an external url, the link created is relative to the site. So, this:
[img_assist|nid=708|title=|desc=|link=url|url=http://www.google.com|align=left|width=150|height=150]
Creates this link:
http://site.com/home/%3Ca%20href%3D%22http%3A/%252Fstnina.org%22%20title...
Note that are the garble depends on browser: doesn't like safari or firefox (mac). Haven't tested on it.
I believe this problem started with upgrade to this version.
Comments
Comment #1
twodI am unable to reproduce this in FF or IE using Image Assist HEAD.
Note that the characters after /home/ is actually this tag:
<a href="http://stnina.org" title="http://google.com">http://stnina.org</a>, so something other than Image Assist must be involved here as well.