[TYPO3-english] coolURI + go_maps_ext

Jan Bednarik info at bednarik.org
Sun Apr 27 08:53:22 CEST 2014


Hi,

> The URL of a href-Tag is
> <a href="/my-page.html" >
> 
> The url of a img-src is
> <img src="/fileadmin/_processed_/csm_kamera_a00bebd470.jpg" width="60"
> height="56"  alt="">

So this is what you see in the source. But when you look with
Firebug/Chrome Dev whatever it's called, you see

<img src="/my-page.html/fileadmin/_processed_/csm_kamera_a00bebd470.jpg"
width="60" height="56"  alt="">

Is that right? If so, then there is some JS code to blame.

Regards

Jan


More information about the TYPO3-english mailing list