[TYPO3] stdWrap and comments

Marek Matis marek.matis at gmail.com
Tue Oct 30 03:25:20 CET 2007


Result is same. Comment is cut from output.


2007/10/30, JoH asenau <info at cybercraft.de>:
>
> > how is possible put code like this into header  <!--[if lte IE
> > 6]><link rel="stylesheet" type="text/css" href="css/msie.css"
> > /><![endif]--> ? Output of this TS is empty string.
> >
> > page.headerData = <!--[if lte IE 6]><link rel="stylesheet"
> > type="text/css" href="css/msie.css" /><![endif]-->
>
> headerData is an Array of cObjects so you should try this:
>
> page.headerData.99 = TEXT
> page.headerData.99.value = <!--[if lte IE 6]><link rel="stylesheet"
> type="text/css" href="css/msie.css" /><![endif]-->
>
> HTH
>
> Joey
>
> --
> Wenn man keine Ahnung hat: Einfach mal Fresse halten!
> (If you have no clues: simply shut your gob sometimes!)
> Dieter Nuhr, German comedian
> openBC/Xing: http://www.cybercraft.de
> T3 cookbook: http://www.typo3experts.com
>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list