diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php index 8ce2f709..32eebb83 100644 --- a/adminer/include/functions.inc.php +++ b/adminer/include/functions.inc.php @@ -1341,7 +1341,7 @@ function edit_form($TABLE, $fields, $row, $update) { if (!$fields) { echo "
" . lang('You have no privileges to update this table.') . "\n"; } else { - echo "
" . $adminer->fieldName($field);
diff --git a/editor/db.inc.php b/editor/db.inc.php
index bfba68e8..1c9781b4 100644
--- a/editor/db.inc.php
+++ b/editor/db.inc.php
@@ -9,7 +9,11 @@ if ($adminer->homepage()) {
}
echo "
|
---|