[TYPO3-core] FYI48 #10955: Output of additionalCSS not valid

Franz Koch typo3.RemoveForMessage at elements-net.de
Mon Feb 7 13:32:09 CET 2011


Hey,

> Problem:
> Output of tslib_fe::INTincScript_loadJSCode() produes invalid CSS
> markup: <!-- and // --> are not valid there.
>
> Solution:
> Remove the lines
>
> Note:
> See
>  > $this->additionalHeaderData['_CSS']='
>  > <style type="text/css">
>  > /*<![CDATA[*/
>  > <!--
>  > '.implode(LF,$this->additionalCSS).'
>  > // -->
>  > /*]]>*/
>  > </style>';

<!-- --> comments are AFAIK not allowed in CSS, so +1 on reading.


-- 
kind regards,
Franz Koch


More information about the TYPO3-team-core mailing list