Bug #18915
closedtypolink changes a dot in an image filename also to ‚(dot)’
0%
Description
IMO the typolink in the following TypoScript Code does’t work correct:
-----
temp = COA
temp.1 = IMAGE
temp.1 {
file = fileadmin/img/icons/email.gif
stdWrap.typolink {
parameter = anfrage@domain.de
}
}
plugin.tt_news {
displayList {
email_stdWrap.cObject < temp.1
}
}
-----
For the tt_news marker ###NEWS_EMAIL### in the displayList function ‚temp.1.stdWrap.typolink’ generates the following HTML-code:
-----
<a href="javascript:linkTo_UnCryptMailto(...);"><img src="fileadmin/img/icons/email(dot)gif" width="14" height="10" border="0" alt="" title="" /></a>
-----
The dot in the filename „fileadmin/img/icons/email.gif“ was also changed to „(dot)“, and so, the image can’t found.
This problem i have post in many forums but up today i cann't solve it. It's the first time i report here an i hope you can understand my english.
(issue imported from #M8628)