Index: trunk/extensions/SemanticDrilldown/includes/SD_Utils.php |
— | — | @@ -151,12 +151,12 @@ |
152 | 152 | $html_text .= '<option selected value="'.$combo_box_value.'">'.$combo_box_label.'</option> |
153 | 153 | <option value="'.$date_range_value.'">'.$date_range_label.'</option> |
154 | 154 | </select> |
155 | | - </p>'; |
| 155 | + </p></fieldset>'; |
156 | 156 | }else if( $input_type_val == $date_range_value ){ |
157 | 157 | $html_text .= '<option value="'.$combo_box_value.'">'.$combo_box_label.'</option> |
158 | 158 | <option selected value="'.$date_range_value.'">'.$date_range_label.'</option> |
159 | 159 | </select> |
160 | | - </p>'; |
| 160 | + </p></fieldset>'; |
161 | 161 | }else{ |
162 | 162 | $html_text .= '<option value="'.$combo_box_value.'">'.$combo_box_label.'</option> |
163 | 163 | <option value="'.$date_range_value.'">'.$date_range_label.'</option> |