Cosmetic & bug fix for SELECT_BOX
This commit is contained in:
parent
76ad5d7780
commit
282c53ef90
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue