Index: typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php =================================================================== --- typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php (revision 7135) +++ typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php (working copy) @@ -1501,7 +1501,7 @@ $substitutedContent = $this->cObj->substituteMarkerArrayCached($html, $markerArray, array(), array()); - return 'pi_classParam('rules').'>'.$this->cObj->stdWrap($substitutedContent, $this->conf['rules_stdWrap.']).''; + return $this->cObj->stdWrap($substitutedContent, $this->conf['rules_stdWrap.']); } }