search items do not get indented

This commit is contained in:
Friendika 2010-11-20 22:50:52 -08:00
parent 4afb9c5087
commit f7760a9f5b
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ function search_content(&$a) {
'$body' => bbcode($item['body']),
'$ago' => relative_date($item['created']),
'$location' => $location,
'$indent' => (($item['parent'] != $item['item_id']) ? ' comment' : ''),
'$indent' => '',
'$owner_url' => $owner_url,
'$owner_photo' => $owner_photo,
'$owner_name' => $owner_name,