[TYPO3-UG Muenchen] Das Gelernte umgesetzt und ...

Matthias Stuebner news at stuebner.de
Wed Aug 23 14:36:18 CEST 2006


On Wed, 23 Aug 2006 13:52:33 +0200, Thomas Biller wrote:

> config {
> 	doctype = xhtml_trans
> 	xhtml_cleaning = all
> 	[browser = msie]
> 		doctypeSwitch = 1
> 	[global]
> }
> 
> So müsste es klappen.

Garantiert nicht, da Du eine Condition innerhalb der offenen Klammer von
Config hast, was nicht erlaubt ist.

Dann doch eher:

config {
	doctype = xhtml_trans
	xhtml_cleaning = all
}

[browser = msie]
  doctypeSwitch = 1
[global]

-- 
br Matthias



More information about the TYPO3-muenchen mailing list