From: Brion Vibber Date: Fri, 11 Mar 2011 22:08:48 +0000 (-0800) Subject: remove stray close div from empty search results doc bits X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d393ac4bbbee1c4021cb928ea16781a294978242;p=quix0rs-gnu-social.git remove stray close div from empty search results doc bits --- diff --git a/lib/searchaction.php b/lib/searchaction.php index 73c287eef3..7038424fab 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -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'); } }