Feature #16681 ยป 4453.patch
t3lib/class.t3lib_tsparser.php (Arbeitskopie) | ||
---|---|---|
if ($this->syntaxHighLight) {
|
||
$this->regHighLight("comment", $lineP);
|
||
}
|
||
if (substr($line, 0, 2) == '*/') {
|
||
if (strpos($line, '*/') !== FALSE) {
|
||
$this->commentSet = 0;
|
||
}
|
||
}
|