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
898a7db7
Commit
898a7db7
authored
Mar 09, 2009
by
Dries Buytaert
Browse files
- Patch
#314314
by mr.baileys, Dave Reid, bastos: fixed invalid HTML in update.php.
parent
d23f12d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
update.php
View file @
898a7db7
...
...
@@ -278,7 +278,6 @@ function update_script_selection_form() {
$form
[
'has_js'
]
=
array
(
'#type'
=>
'hidden'
,
'#default_value'
=>
FALSE
,
'#attributes'
=>
array
(
'id'
=>
'edit-has_js'
),
);
$form
[
'submit'
]
=
array
(
'#type'
=>
'submit'
,
...
...
@@ -429,7 +428,7 @@ function update_info_page() {
$output
.
=
"<li>Install your new files in the appropriate location, as described in the handbook.</li>
\n
"
;
$output
.
=
"</ol>
\n
"
;
$output
.
=
"<p>When you have performed the steps above, you may proceed.</p>
\n
"
;
$output
.
=
'<form method="post" action="update.php?op=selection&token='
.
$token
.
'"><input type="submit" value="Continue" /></form>'
;
$output
.
=
'<form method="post" action="update.php?op=selection&
amp;
token='
.
$token
.
'"><
p><
input type="submit" value="Continue" /></
p></
form>'
;
$output
.
=
"
\n
"
;
return
$output
;
}
...
...
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