mirror of https://github.com/BOINC/boinc.git
web: ops: cancel_workunits.php: correctly close '</form>'
This commit is contained in:
parent
3d8a4b291f
commit
417fff7a50
|
@ -98,6 +98,7 @@ if ($qclause == "") {
|
|||
echo "<p>\n";
|
||||
echo '<input type="submit" value="Cancel jobs">';
|
||||
echo "</p>\n";
|
||||
echo "</form>\n";
|
||||
|
||||
} else { // if ($qclause)
|
||||
|
||||
|
|
Loading…
Reference in New Issue