[TYPO3-content-rendering] GTMENU XHTML Compliancy Bug?

Stefan Beylen intsys at swissinfo.org
Sat Nov 4 17:11:27 CET 2006


Hi Nick,

Nick Weisser schrieb:
> <p class="hidden"><img src="typo3temp/menu/04a5db9072.png"
> class="hidden" width="175" height="20" alt="" /></p
> onload="t3_onloadwrapper();">
> It seems to be added on line 94 through the
> $GLOBALS['TSFE']->pSetup['bodyTagAdd'] variable.

this (onload="t3_onloadwrapper();") gets added from your GMENU_LAYERS to 
the body tag

> Any pointers as to why the onload attribute is being added in such an
> extraordinary place would be very much appreciated.

the simplest solution would be to change your Typoscript:

whereveryouimplement.IProcFunc=user_gtmenu->GTMenu
whereveryouimplement.IProcFunc.imgPreload=external

good luck,
Steve



More information about the TYPO3-project-content-rendering mailing list