web: ops: cancel_workunits.php: correctly close '</form>'

This commit is contained in:
Bernd Machenschalk 2016-07-20 06:18:04 +00:00 committed by Bernd Machenschalk
parent 3d8a4b291f
commit 417fff7a50
1 changed files with 1 additions and 0 deletions

View File

@ -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)