]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/searchaction.php
remove extraneous <dl> and <dt> tags
[quix0rs-gnu-social.git] / lib / searchaction.php
index 6d7f46cd6ee0131b4fcb1cba2fccb25332233b7c..67d0bcdeb84c57598c7d11ce99650d7daaa03e38 100644 (file)
@@ -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');
     }
 }