Add an image on a link doesn't work anymore
Replies (2)
(1-2/2)
Added by Vianney Lecroart about 13 years ago
I just updated the trunk and now it's not possible to add a clickable image.
Before, I did to display image with a link:
"!image_url!":url
Now with the trunk, it displays the link with this text:
!image_url!
It seems that adding spaces before and after the ! ! fix the problem.
But is it normal? is it a bug?
Doesn't work:
"!image_url!":url
work:
" !image_url! ":url
(1-2/2)