Project

General

Profile

Feature #16681 ยป 4453.patch

Administrator Admin, 2010-12-02 14:48

View differences:

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;
}
}
    (1-1/1)