Browse Source

fix whitespace

euromark 13 years ago
parent
commit
2ac08bf024
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/View/Helper/FormHelper.php

+ 1 - 1
lib/Cake/View/Helper/FormHelper.php

@@ -1016,7 +1016,7 @@ class FormHelper extends AppHelper {
 			!array_key_exists('maxlength', $options) &&
 			isset($fieldDef['length']) &&
 			is_scalar($fieldDef['length']) &&
-		 	$options['type'] !== 'select'
+			$options['type'] !== 'select'
 		);
 		if ($autoLength && $options['type'] == 'text') {
 			$options['maxlength'] = $fieldDef['length'];