remove stray close div from empty search results doc bits

This commit is contained in:
Brion Vibber 2011-03-11 14:08:48 -08:00
parent 3c9561b3f0
commit d393ac4bbb

View 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');
}
}