aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-20 22:50:52 -0800
committerFriendika <info@friendika.com>2010-11-20 22:50:52 -0800
commitf7760a9f5b3dc72623281c234b3108d4442d5a78 (patch)
treef73845514920f86a31c131264eef7daa946d66be /mod
parent4afb9c50877cb792315da9030dba2e0bfd666fd6 (diff)
downloadvolse-hubzilla-f7760a9f5b3dc72623281c234b3108d4442d5a78.tar.gz
volse-hubzilla-f7760a9f5b3dc72623281c234b3108d4442d5a78.tar.bz2
volse-hubzilla-f7760a9f5b3dc72623281c234b3108d4442d5a78.zip
search items do not get indented
Diffstat (limited to 'mod')
-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,