Cosmetic & bug fix for SELECT_BOX

This commit is contained in:
Dany De Bontridder 2019-08-07 15:23:48 +02:00
parent 76ad5d7780
commit 282c53ef90
2 changed files with 4 additions and 3 deletions

View file

@ -93,8 +93,8 @@ class Select_Box
// Show the filter if there is one,
if ( $this->filter != "" ) {
echo $this->filter;
echo HtmlInput::filter_list($list_id);
echo HtmlInput::filter_list($list_id);
}
// Print the list of possible options