[TYPO3-mvc] XHTML links with UriBuilder
Bastian Waidelich
bastian at typo3.org
Mon Jul 19 11:21:08 CEST 2010
Fernando Arconada wrote:
Hi Fernando,
> How could i created valid XHTML links for UriBuilder? ie.& instead
> of&
The UriBuilder in v4 uses the tslib_cObj::typoLink_URL() function to
render an URI (in FE mode). That seems to be unable to create valid
XHTML (strict) URIs (see tslib_cObj::implodeArrayForUrl()).
If it's not there yet, you could open a bug report at http://bugs.typo3.org/
The pragmatic solution for now would be to use RealUrl or similar
extensions...
HTH,
Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list