- Patch #9819 by JonBob: fixed XHTML bug - make sure the <div> is always closed.
parent
9bbdb71ee4
commit
9bad647d76
|
@ -715,8 +715,8 @@ function search_form($action = NULL, $keys = NULL, $options = NULL) {
|
|||
$output .= ' <input type="checkbox" name="edit[type]['. $name .']" '. ($edit['type'][$name] ? ' checked="checked"' : '') .' /> '. t($name);
|
||||
}
|
||||
}
|
||||
$output .= '</div>';
|
||||
}
|
||||
$output .= '</div>';
|
||||
|
||||
return form($output, 'post', $action);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue