Project

General

Profile

Bug #21289 ยป 12254.diff

Administrator Admin, 2010-03-24 14:13

View differences:

typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php (working copy)
$substitutedContent = $this->cObj->substituteMarkerArrayCached($html, $markerArray, array(), array());
return '<div'.$this->pi_classParam('rules').'>'.$this->cObj->stdWrap($substitutedContent, $this->conf['rules_stdWrap.']).'</div>';
return $this->cObj->stdWrap($substitutedContent, $this->conf['rules_stdWrap.']);
}
}
    (1-1/1)