From cb66058d5f0c2d86977e8d0ef743731faccca436 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 11 Jul 2012 14:13:27 +0530 Subject: [PATCH] Space between html attributes --- libraries/insert_edit.lib.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/libraries/insert_edit.lib.php b/libraries/insert_edit.lib.php index 697a7b66b8..148dd2e726 100644 --- a/libraries/insert_edit.lib.php +++ b/libraries/insert_edit.lib.php @@ -983,7 +983,7 @@ function PMA_getRadioButtonDependingOnLength( . ' class="textfield"' . ' value="' . $enum_value['html'] . '"' . ' id="field_' . ($idindex) . '_3_' . $j . '"' - . $unnullify_trigger; + . ' ' . $unnullify_trigger; if ($data == $enum_value['plain'] || ($data == '' && (! isset($_REQUEST['where_clause']) || $column['Null'] != 'YES') @@ -1030,13 +1030,13 @@ function PMA_getPmaTypeSet( $html_output .= ''; $html_output .= ' '; list($html_out, $biggest_max_file_size) = PMA_getMaxUploadSize( $column, $biggest_max_file_size ); @@ -1176,10 +1176,10 @@ function PMA_getHTMLinput($column, $column_name_appendix, $special_chars, $the_class .= ' datetimefield'; } return ''; + . ' value="' . $special_chars . '" size="' . $fieldsize . '"' + . ' class="' . $the_class . '" ' . $unnullify_trigger + . ' tabindex="' . ($tabindex + $tabindex_for_value). '"' + . ' id="field_' . ($idindex) . '_3" />'; } /**