[TYPO3-english] Problem with CoolURI and Calendar Base (cal)
Jigal van Hemert
jigal at xs4all.nl
Tue Mar 16 08:11:44 CET 2010
Sigrid Gramlinger wrote:
> I have the some problem. And I thought it is a cal extension problem, so
> Jan Bednarik schrieb:
>> Hi,
>>
>> this has been reported as bug. Unfortunately, I haven't had time to
>> look at it. Any help would be appriciated ;).
Looks like the %7C in:
tx_cal_controller[lastview]=view-year%7Cpage_id-64
is not urlencoded in the output and still exists as a '|'
If cal uses for example a call to:
tslib_cObj::typoLink('|', $linkConf);
it expects that something like
<a href="link_to_page">|</a>
is returned.
If this is used to wrap the contents things can go horribly wrong if
there is a '|' left in the URL...
HTH
--
Jigal van Hemert.
More information about the TYPO3-english
mailing list