Index: typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php =================================================================== --- typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php (revision 7131) +++ typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php (working copy) @@ -1009,7 +1009,7 @@ */ function printRemoveIndexed($phash,$alt) { return ''. - ''. + ''. ''; } @@ -1023,7 +1023,7 @@ function printReindex($resultRow,$alt) { if ($resultRow['item_type'] && $resultRow['item_type']!=='0') { return ''. - ''. + ''. ''; } }