[Typo3-dev] xhtml compliancy in getTypoLink()

Kasper Skårhøj kasper at typo3.com
Sat May 29 00:32:36 CEST 2004


getTypoLink() must return a URL with plain "&". It is *ALWAYS* on output
you should convert & to &amps;

So, in your code you do:

<a href="'.htmlspecialchars($this->cObj->getTypoLink()).'"

or whatever...

- kasper







More information about the TYPO3-dev mailing list