]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/searchaction.php
remove stray close div from empty search results doc bits
[quix0rs-gnu-social.git] / lib / searchaction.php
index 73c287eef3b62e5b8d24cd77e666468f9a4d55db..7038424fab1733b2f73c21684fee4b4dda8f729b 100644 (file)
@@ -168,7 +168,5 @@ E_O_T
         $this->elementStart('div', 'help instructions');
         $this->raw(common_markup_to_html($message));
         $this->elementEnd('div');
-
-        $this->elementEnd('div');
     }
 }