diff --git a/edit.inc.php b/edit.inc.php
index 01775090..367f017f 100644
--- a/edit.inc.php
+++ b/edit.inc.php
@@ -94,10 +94,14 @@ if (isset($_GET["select"])) {
echo "\n";
}
if ($fields) {
- ?>
-
-
-
- />
+ echo '';
+ if (!isset($_GET["default"]) && !isset($_GET["select"])) {
+ echo '';
+ }
+}
+if ($update) {
+ echo ' ';
+}
+?>