Actions
Bug #21289
closedDouble wrap of rules subpart with template_css.tmpl (indexed_search 2.11.1)
Start date:
2009-10-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In template_css.tmpl the content of the subpart ###RULES### is wrapped in
<div class="tx-indexedsearch-rules"> </div>
That same (hardcoded) wrap is then applied again in the function printRules() of class.tx_indexedsearch.php. You therefore end up with an identical double wrap of the rules section.
Suggestion: remove <div class="tx-indexedsearch-rules"> </div> from ###RULES### subpart of template_css.html.
(issue imported from #M12254)
Files
Actions