From 898a7db70c69cdaf85505506beb391ead369f816 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 9 Mar 2009 20:58:19 +0000 Subject: - Patch #314314 by mr.baileys, Dave Reid, bastos: fixed invalid HTML in update.php. --- update.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'update.php') 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 .= "
  • Install your new files in the appropriate location, as described in the handbook.
  • \n"; $output .= "\n"; $output .= "

    When you have performed the steps above, you may proceed.

    \n"; - $output .= '
    '; + $output .= '

    '; $output .= "\n"; return $output; } -- cgit v1.2.3