From 1b67cbc147cf1f04315580ca83e40115a55a2091 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Fri, 8 Jun 2012 17:30:53 +0530 Subject: [PATCH] Fix legend caption in zoom search --- libraries/tbl_select.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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') {