mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
XHTML strict
This commit is contained in:
parent
a28c92539e
commit
3e2e421922
@ -1262,9 +1262,10 @@ function popup_form($baseurl, $options, $formid, $selected='', $nothing='choose'
|
||||
if (!$showbutton) {
|
||||
$output .= '<div id="noscript'.$formid.'" style="display: inline;">';
|
||||
}
|
||||
$output .= '<input type="submit" value="'.$submitvalue.'" '.$disabled.' /></div>';
|
||||
$output .= '<input type="submit" value="'.$submitvalue.'" '.$disabled.' />';
|
||||
if (!$showbutton) {
|
||||
$output .= $PAGE->requires->js_function_call('hide_item', Array('noscript'.$formid))->asap();
|
||||
$output .= '</div>';
|
||||
}
|
||||
$output .= '</div></form>';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user