Index: t3lib/class.t3lib_tsparser.php =================================================================== --- t3lib/class.t3lib_tsparser.php (Revision 9751) +++ t3lib/class.t3lib_tsparser.php (Arbeitskopie) @@ -410,7 +410,7 @@ if ($this->syntaxHighLight) { $this->regHighLight("comment", $lineP); } - if (substr($line, 0, 2) == '*/') { + if (strpos($line, '*/') !== FALSE) { $this->commentSet = 0; } }