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

Gregor Hermens ghermens at freenet.de
Wed Aug 23 14:46:23 CEST 2006


Hallo beisammen,

Matthias Stuebner schrieb:

> 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]
> 

fast: 

config {
  doctype = xhtml_trans
  xhtml_cleaning = all
}

[browser = msie]
  config.doctypeSwitch = 1
[global]

Gruß,
Gregor
(stummer Mitleser, der es noch nie zu einem Treffen geschafft hat...)




More information about the TYPO3-muenchen mailing list