Index: typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php =================================================================== --- typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php (revision 5438) +++ typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php (working copy) @@ -281,7 +281,7 @@ } if ($code) { - $code = '

+ $code = '

'. $this->printPhashRowHeader(). $code. @@ -290,7 +290,7 @@ // Create section to output: $theOutput.=$this->pObj->doc->section('',$code,0,1); } else { - $theOutput.=$this->pObj->doc->section('','

'.$this->pObj->doc->icons(1).'There were no indexed pages found in the tree.

',0,1); + $theOutput .= $this->pObj->doc->section('', '

' . $this->pObj->doc->icons(1) . 'There were no indexed pages found in the tree.

', 0, 1); } return $theOutput; @@ -561,9 +561,9 @@ $lines[] = ''; $lines[] = ''; $lines[] = ''; - $lines[] = ''; - $lines[] = ''; break; default: @@ -781,7 +781,7 @@
 Title'.$this->printRemoveIndexed('ALL','Clear ALL phash-rows below!').'Content
+ $lines[] = '
Content
Words
+ $lines[] = '
Words
'. ($stopWordBoxes ? '' : ''). (is_array($keywords) ? ''. - '
Current keywords are: '.htmlspecialchars(implode(', ',array_keys($keywords))).'' : ''); + '
Current keywords are: ' . htmlspecialchars(implode(', ', array_keys($keywords))) . '' : ''); } /** @@ -1049,7 +1049,7 @@ * @return string Link back to list */ function linkList() { - return '
Back to list.
'; + return '
Back to list.
'; } /** @@ -1076,7 +1076,7 @@ while(list(,$r)=each($extraGrListRows)) { $lines[] = $r['gr_list']; } - return "
".$GLOBALS['TBE_TEMPLATE']->dfw(implode('
',$lines)); + return '
' . $GLOBALS['TBE_TEMPLATE']->dfw(implode('
', $lines)); } }