aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-05-29 17:04:27 -0700
committerzotlabs <mike@macgirvin.com>2019-05-29 17:04:27 -0700
commitb6267ec7c2e5d820c900603fcba5bf46cf2e5f90 (patch)
treeb0c278fea233a0e5d4ed34c57fc5f057cb822c9a /Zotlabs
parent767a235611012200c6767ca602d736e7ab3b8b40 (diff)
downloadvolse-hubzilla-b6267ec7c2e5d820c900603fcba5bf46cf2e5f90.tar.gz
volse-hubzilla-b6267ec7c2e5d820c900603fcba5bf46cf2e5f90.tar.bz2
volse-hubzilla-b6267ec7c2e5d820c900603fcba5bf46cf2e5f90.zip
live-update not triggering on mod_search
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Search.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Search.php b/Zotlabs/Module/Search.php
index 838f9d6b9..214ece9a3 100644
--- a/Zotlabs/Module/Search.php
+++ b/Zotlabs/Module/Search.php
@@ -38,8 +38,8 @@ class Search extends \Zotlabs\Web\Controller {
$observer_hash = (($observer) ? $observer['xchan_hash'] : '');
$o = '<div id="live-search"></div>' . "\r\n";
-
- $o = '<div class="generic-content-wrapper-styled">' . "\r\n";
+
+ $o .= '<div class="generic-content-wrapper-styled">' . "\r\n";
$o .= '<h3>' . t('Search') . '</h3>';