From c801947cf4b5bf6964030b94461fc275b32a0cc7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 14 Jun 2008 12:01:58 +0000 Subject: [PATCH] bug [XHTML] problem with tabindex and radio fields --- ChangeLog | 1 + tbl_change.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 23e5c6aa1..b156c9c76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA (really causes a problem in case of INSERT/UPDATE) - bug #1990342 [import] SQL file import very slow on Windows, thanks to Richard Heaton - wotnot +- bug [XHTML] problem with tabindex and radio fields 2.11.7.0 (not yet released) - bug #1908719 [interface] New field cannot be auto-increment and primary key diff --git a/tbl_change.php b/tbl_change.php index 089eec99d..d8e052f2f 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -735,7 +735,7 @@ foreach ($loop_array as $vrowcount => $vrow) { && isset($row_table_def['Default']) && $enum_atom == $row_table_def['Default'])) { echo ' checked="checked"'; } - echo 'tabindex="' . ($tabindex + $tabindex_for_value) . '" />'; + echo ' tabindex="' . ($tabindex + $tabindex_for_value) . '" />'; echo '' . "\n"; } // end for