@@ -176,7 +176,7 @@ |
||
176 | 176 | $writer->addAttribute('value', $text); |
177 | 177 | } |
178 | 178 | |
179 | - switch($this->getAutoCompleteType()) { |
|
179 | + switch ($this->getAutoCompleteType()) { |
|
180 | 180 | case TTextBoxAutoCompleteType::Enabled: |
181 | 181 | $writer->addAttribute('autocomplete', 'on'); |
182 | 182 | break; |