fix: added missing <hr />
parent
732f391fec
commit
14e540f405
|
@ -32,7 +32,7 @@ echo "Done.";
|
|||
if (!isset($_POST['ondemand'])) {
|
||||
echo "<form action=\"\" method=\"post\"><input type=\"submit\" value=\"Run ondemand commands\" name=\"ondemand\" /></form><hr />";
|
||||
} else {
|
||||
echo "<a href=\"\"><button> Return to regular status commands </button></a>";
|
||||
echo "<a href=\"\"><button> Return to regular status commands </button></a><hr />";
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue