#314314 by bastos, Dave Reid, mr.baileys, Pasqualle: fix invalid XHTML markup in update.php output
parent
7fb35361f2
commit
0106c07b14
|
@ -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 .= "<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&token='. $token .'"><p><input type="submit" value="Continue" /></p></form>';
|
||||
$output .= "\n";
|
||||
return $output;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue