bug [XHTML] problem with tabindex and radio fields

This commit is contained in:
Marc Delisle
2008-06-14 12:01:58 +00:00
parent bf3f24fa4b
commit c801947cf4
2 changed files with 2 additions and 1 deletions

View File

@@ -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 '<label for="field_' . $idindex . '_3_' . $j . '">'
. htmlspecialchars($enum_atom) . '</label>' . "\n";
} // end for