@@ -1,8 +1,8 @@  | 
                                                    ||
| 1 | 1 | <?php  | 
                                                        
| 2 | 2 |  class SectionIOFormControllerExtension extends Extension { | 
                                                        
| 3 | 3 | |
| 4 | -    public function onAfterInit() { | 
                                                        |
| 5 | - $response = $this->owner->getResponse();  | 
                                                        |
| 6 | -        $response->addHeader("X-SS-Form", "1"); | 
                                                        |
| 7 | - }  | 
                                                        |
| 4 | +	public function onAfterInit() { | 
                                                        |
| 5 | + $response = $this->owner->getResponse();  | 
                                                        |
| 6 | +		$response->addHeader("X-SS-Form", "1"); | 
                                                        |
| 7 | + }  | 
                                                        |
| 8 | 8 | }  | 
                                                        
| 9 | 9 | \ No newline at end of file  |