Skip to content

Commit

Permalink
Update locallib.php
Browse files Browse the repository at this point in the history
Added a semi-colon at the end of line 430
  • Loading branch information
wjunkin committed Oct 3, 2014
1 parent e3d0fd3 commit a0ea0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipal/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ function ipal_display_instructor_interface($cmid) {
echo "&behaviour=deferredfeedback&correctness=0&marks=1&markdp=-2";
echo "&feedback&generalfeedback&rightanswer&history';";
echo "\n\t newwindow=window.open(url,'Question Preview','height=600,width=800,top=0,left=0,menubar=0,";
echo "location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent');"
echo "location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent');";
echo "\n\t if (window.focus) {newwindow.focus()}
\n\t return false;
\n }
Expand Down Expand Up @@ -963,4 +963,4 @@ function remove_regid($username) {
return true;
}
}
}
}

0 comments on commit a0ea0e8

Please sign in to comment.