X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsearchaction.php;h=7038424fab1733b2f73c21684fee4b4dda8f729b;hb=1e36593a23bd8e50e50d115c28a7f8fa024fb768;hp=6d7f46cd6ee0131b4fcb1cba2fccb25332233b7c;hpb=e4eb3b3dfd6b9b5cbd1b34d7fc4738b6fd19ee99;p=quix0rs-gnu-social.git diff --git a/lib/searchaction.php b/lib/searchaction.php index 6d7f46cd6e..7038424fab 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -70,7 +70,7 @@ class SearchAction extends Action * @return void * @see SearchGroupNav */ - function showLocalNav() + function showObjectNav() { $nav = new SearchGroupNav($this, $this->trimmed('q')); $nav->show(); @@ -165,12 +165,8 @@ You can also try your search on other engines: E_O_T ), $qe, $qe, $qe, $qe, $qe); } - $this->elementStart('dl', array('id' => 'help_search', 'class' => 'help')); - // TRANS: Definition list item with instructions on how to get (better) search results. - $this->element('dt', null, _('Search help')); - $this->elementStart('dd', 'instructions'); + $this->elementStart('div', 'help instructions'); $this->raw(common_markup_to_html($message)); - $this->elementEnd('dd'); $this->elementEnd('div'); } }