diff --git a/update.php b/update.php index dec8b108c90..6bb019d9b42 100644 --- a/update.php +++ b/update.php @@ -247,7 +247,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', @@ -378,7 +377,7 @@ function update_info_page() { $output .= "
When you have performed the steps above, you may proceed.
\n"; - $output .= ''; + $output .= ''; $output .= "\n"; return $output; }