mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Some changes for XHTML compatibility
This commit is contained in:
parent
b8c95952e0
commit
647213f731
1 changed files with 1 additions and 3 deletions
|
@ -624,10 +624,8 @@ function calendar_course_filter_selector($getvars = '') {
|
||||||
$selected = '';
|
$selected = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$form = popup_form(CALENDAR_URL.'set.php?var=setcourse&'.$getvars.'&id=',
|
return popup_form(CALENDAR_URL.'set.php?var=setcourse&'.$getvars.'&id=',
|
||||||
$courseoptions, 'cal_course_flt', $selected, '', '', '', true);
|
$courseoptions, 'cal_course_flt', $selected, '', '', '', true);
|
||||||
|
|
||||||
return str_replace('<form', '<form style="display: inline;"', $form);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue