Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
9bad647d
Commit
9bad647d
authored
Aug 06, 2004
by
Dries Buytaert
Browse files
- Patch
#9819
by JonBob: fixed XHTML bug - make sure the <div> is always closed.
parent
9bbdb71e
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
9bad647d
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment