diff --git a/editing.inc.php b/editing.inc.php index ae455c0b..964e185c 100644 --- a/editing.inc.php +++ b/editing.inc.php @@ -102,7 +102,7 @@ function edit_fields($fields, $collations, $type = "TABLE") { ?> -" />" maxlength="64" /> +" maxlength="64" />" /> checked="checked" /> @@ -145,6 +145,7 @@ function add_row(button) { } } row.parentNode.insertBefore(row2, row); + tags[0].focus(); added += '0'; return true; }