mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Fixed an extra slash
This commit is contained in:
parent
4b1228dd00
commit
16570a27c3
@ -657,7 +657,7 @@ function popup_form($common, $options, $formname, $selected='', $nothing='choose
|
||||
' style="display: inline;">';
|
||||
|
||||
$output = '<select name="jump" onchange="'.$targetwindow.'.location=document.'.$formname.
|
||||
'.jump.options[document.'.$formname.'.jump.selectedIndex].value;\">'."\n";
|
||||
'.jump.options[document.'.$formname.'.jump.selectedIndex].value;">'."\n";
|
||||
|
||||
if ($nothing != '') {
|
||||
$output .= " <option value=\"javascript:void(0)\">$nothing</option>\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user