diff --git a/Zotlabs/Module/Search.php b/Zotlabs/Module/Search.php index 8cb66daf8..653f850ff 100644 --- a/Zotlabs/Module/Search.php +++ b/Zotlabs/Module/Search.php @@ -150,13 +150,14 @@ class Search extends Controller { // OR your own posts if you are a logged in member // No items will be shown if the member has a blocked profile wall. + $livesearch = ''; if ((!$update) && (!$load)) { // This is ugly, but we can't pass the profile_uid through the session to the ajax updater, // because browser prefetching might change it on us. We have to deliver it with the page. - $livesearch = '
' . "\r\n"; + $livesearch .= '' . "\r\n"; $livesearch .= "\r\n";