@@ -72,7 +72,7 @@  | 
                                                    ||
| 72 | 72 | |
| 73 | 73 | $contents = $this->getContents();  | 
                                                        
| 74 | 74 | |
| 75 | - if($this->shortcode->getStrip())  | 
                                                        |
| 75 | + if ($this->shortcode->getStrip())  | 
                                                        |
| 76 | 76 |          { | 
                                                        
| 77 | 77 | // strip content without shortcodes  | 
                                                        
| 78 | 78 | $contents = $this->shortcode->strip($contents);  |