Merge branch 'dev' into 'dev'

live-update not triggering on mod_search

See merge request hubzilla/core!1662
This commit is contained in:
Max Kostikov 2019-05-30 19:50:58 +02:00
commit d8c3033941

View File

@ -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>';