diff options
author | Friendika <info@friendika.com> | 2010-11-20 22:50:52 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-20 22:50:52 -0800 |
commit | f7760a9f5b3dc72623281c234b3108d4442d5a78 (patch) | |
tree | f73845514920f86a31c131264eef7daa946d66be /mod/search.php | |
parent | 4afb9c50877cb792315da9030dba2e0bfd666fd6 (diff) | |
download | volse-hubzilla-f7760a9f5b3dc72623281c234b3108d4442d5a78.tar.gz volse-hubzilla-f7760a9f5b3dc72623281c234b3108d4442d5a78.tar.bz2 volse-hubzilla-f7760a9f5b3dc72623281c234b3108d4442d5a78.zip |
search items do not get indented
Diffstat (limited to 'mod/search.php')
-rw-r--r-- | mod/search.php | 2 |
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, |