Hi all,
I have this example:
$this->pi_linkTP('...', array( 'a' => 'typo 3'), 0)
Output of this example is: "<a href=".../?a=typo%25203">...</a>".
but I expected
<a href=".../?a=typo%203">...</a>
This problem is only when I am using cooluri.
Marek