diff --git a/libraries/TableSearch.class.php b/libraries/TableSearch.class.php index acfb1817e9..6dc29472a4 100644 --- a/libraries/TableSearch.class.php +++ b/libraries/TableSearch.class.php @@ -834,7 +834,7 @@ EOT; ); unset($choices); - $html_output .= '
'; + $html_output .= '
'; return $html_output; } @@ -1153,6 +1153,7 @@ EOT; . '' . ''; $html_output .= $this->_getOptions(); + $html_output .= ''; } /**