Actions
Bug #16386
closedmissing wrap for results list
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2006-07-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
typo3 version 4.0
indexed_search version 2.9.0
there is no chance to changing the display of the search results to a html list for better accessability. You could change in the template the single result to an li-element. But there is no wrap around all results to set an html ul
Please change the line 776 to something like this:
return '<div'.$this->pi_classParam('res').'>'.$this->cObj->stdWrap($content, $this->conf['results_stdWrap.']).'</div>';
(issue imported from #M3897)
Actions