@@ -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; |
@@ -182,7 +182,7 @@ |
||
182 | 182 | $this->weakAdd($object); |
183 | 183 | } |
184 | 184 | if ($object === null) { |
185 | - $this->_c--; //on read only, parent::removeAt won't remove for scrub. |
|
185 | + $this->_c--; //on read only, parent::removeAt won't remove for scrub. |
|
186 | 186 | if ($i === $this->_c) { |
187 | 187 | array_pop($this->_d); |
188 | 188 | } else { |