]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed an extra slash
authormoodler <moodler>
Thu, 30 Sep 2004 07:56:27 +0000 (07:56 +0000)
committermoodler <moodler>
Thu, 30 Sep 2004 07:56:27 +0000 (07:56 +0000)
lib/weblib.php

index d65f27731d013ff700166c6776818729bb6ad84c..fe641d9b4dfbab70e19e9ad65644ee7f95b7b110 100644 (file)
@@ -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";