Completed
Push — master ( 470bad...49cb19 )
by Asif
02:26
created
src/View/View.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.