diff --git a/libraries/tbl_select.lib.php b/libraries/tbl_select.lib.php index 19489d24d1..f1793649ba 100644 --- a/libraries/tbl_select.lib.php +++ b/libraries/tbl_select.lib.php @@ -1000,10 +1000,10 @@ function PMA_tblSearchGetSelectionForm($goto, $db, $table, $columnNames, ); $html_output .= PMA_tblSearchGetFormTag($goto, $db, $table, $searchType); - $html_output .= '
'); - $html_output .= $searchType == 'zoom' - ? '' : '
'; + $html_output .= '
'; + $html_output .= ($searchType == 'zoom' + ? '' : '
'); // Set caption for fieldset if ($searchType == 'zoom') {