diff options
author | Mario <mario@mariovavti.com> | 2021-06-23 15:52:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-23 15:52:04 +0000 |
commit | 6e91bee0ba605b938bddf0570e747d6d7be1c712 (patch) | |
tree | 8fa11dc01ab4114510105f6171b91951037d18bd /Zotlabs/Module | |
parent | c6d872d1773a0470c9a707e7fe1ae610699bc8dd (diff) | |
download | volse-hubzilla-6e91bee0ba605b938bddf0570e747d6d7be1c712.tar.gz volse-hubzilla-6e91bee0ba605b938bddf0570e747d6d7be1c712.tar.bz2 volse-hubzilla-6e91bee0ba605b938bddf0570e747d6d7be1c712.zip |
some work on streamlining mod photos
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Search.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Zotlabs/Module/Search.php b/Zotlabs/Module/Search.php index e3f2e1533..274b02321 100644 --- a/Zotlabs/Module/Search.php +++ b/Zotlabs/Module/Search.php @@ -29,7 +29,7 @@ class Search extends Controller { require_once('include/conversation.php'); require_once('include/items.php'); require_once('include/security.php'); - + $format = (($_REQUEST['format']) ? $_REQUEST['format'] : ''); if ($format !== '') { @@ -38,10 +38,10 @@ class Search extends Controller { $observer = App::get_observer(); $observer_hash = (($observer) ? $observer['xchan_hash'] : ''); - - $o = '<div class="generic-content-wrapper-styled">' . "\r\n"; - - $o .= '<h3>' . t('Search') . '</h3>'; + + $o = '<div class="generic-content-wrapper-styled">' . "\r\n"; + + $o .= '<h2>' . t('Search') . '</h2>'; if (x(App::$data, 'search')) $search = trim(App::$data['search']); |