Some changes for XHTML compatibility

This commit is contained in:
moodler 2004-10-07 05:52:39 +00:00
parent b8c95952e0
commit 647213f731

View file

@ -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);
} }
?> ?>