aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/search.php')
-rw-r--r--mod/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/search.php b/mod/search.php
index bd7a7b35d..5aa16716b 100644
--- a/mod/search.php
+++ b/mod/search.php
@@ -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,