summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.php b/update.php
index c8668fdfc..939949e23 100644
--- a/update.php
+++ b/update.php
@@ -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;
}