search items do not get indented
This commit is contained in:
parent
4afb9c5087
commit
f7760a9f5b
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue