From d393ac4bbbee1c4021cb928ea16781a294978242 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 11 Mar 2011 14:08:48 -0800 Subject: [PATCH] remove stray close div from empty search results doc bits --- lib/searchaction.php | 2 -- 1 file changed, 2 deletions(-) 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'); } } -- 2.39.2