X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fsearchaction.php;h=67d0bcdeb84c57598c7d11ce99650d7daaa03e38;hb=8cdf8cf33e8b98d8d49dc03777dd5c39fb28c4d6;hp=6d7f46cd6ee0131b4fcb1cba2fccb25332233b7c;hpb=eb0495d10719f2be86f8f97e82aaa1b8bf923c7d;p=quix0rs-gnu-social.git diff --git a/lib/searchaction.php b/lib/searchaction.php index 6d7f46cd6e..67d0bcdeb8 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -165,12 +165,10 @@ 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'); + $this->elementEnd('div'); } }