2
very nice catch!
thank you.
Also i test in 2.6.0 alpha and it is a bug in that version too.
please send it to the bug tracker.
https://sourceforge.net/tracker/?group_id=41586&atid=430840then mention that it is a bug in 2.5.5 and 2.6.0 alpha 1
Edit:
I found it is because of CaricFoto js enable in file class/textsanitizer/image/config.php
// Click to open an image in a new window in full size using CaricFoto
'clickable' => 1,
set it to 0 and it will correctly show the link.
1- these kind of configs should be moved to database in the 2.6.0
2- with CaricFoto enable it still should show the link? is this a bug?
3- what is the benefit of CaricFoto?