Bug #21289 ยป 12254.diff
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.']);
|
||
}
|
||
}
|
||