diff options
author | Pascal Terjan <pterjan@mageia.org> | 2022-11-11 15:51:20 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2022-11-11 15:51:20 +0000 |
commit | 273e7a3670cd2a54b12339dbb3f3a52bf65cdb0d (patch) | |
tree | 74851b92a6c8112a0d734d62a71b72a477bf6755 | |
parent | 6c2b1c11c7fe0f41a07dbfbffaba16adf70701e6 (diff) | |
download | pkgsubmit-273e7a3670cd2a54b12339dbb3f3a52bf65cdb0d.tar pkgsubmit-273e7a3670cd2a54b12339dbb3f3a52bf65cdb0d.tar.gz pkgsubmit-273e7a3670cd2a54b12339dbb3f3a52bf65cdb0d.tar.bz2 pkgsubmit-273e7a3670cd2a54b12339dbb3f3a52bf65cdb0d.tar.xz pkgsubmit-273e7a3670cd2a54b12339dbb3f3a52bf65cdb0d.zip |
Add a new line before the Apply button
-rw-r--r-- | autobuild/results.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild/results.php b/autobuild/results.php index 7daecd8..5292812 100644 --- a/autobuild/results.php +++ b/autobuild/results.php @@ -336,7 +336,7 @@ if ($all_attrs) { } echo "<option $selected value=\"$m\">$m ($c)</option>\n"; } - echo "</select>\n"; + echo "</select><br/>\n"; echo "<input type=\"submit\" value=\"Apply\" />\n"; echo "</form>"; } |