[serendipity_event_imageselectorplus] wrong link for thumb
Posted: Thu Aug 16, 2012 9:11 am
It seems, that serendipity_event_imageselectorplus produces wrong code for frontend...
If i use the gallery-ability, i get following code in html
and thumbnail isn't shown.
If i remove one of the slashes within chrome-inspector
the thumbnail is shown.
Don't know when this problem occured first time, but with version 0.31 it happens.
If i use the gallery-ability, i get following code in html
Code: Select all
<img width="100" height="150" src="//uploads/Urlaub/2012-06-Kroatien/DSC_6593.serendipityThumb.JPG">If i remove one of the slashes within chrome-inspector
Code: Select all
<img width="100" height="150" src="/uploads/Urlaub/2012-06-Kroatien/DSC_6593.serendipityThumb.JPG">Don't know when this problem occured first time, but with version 0.31 it happens.