Completed
Push — master ( 974531...773161 )
by Asif
02:14
created
src/View/View.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,8 +76,7 @@
 block discarded – undo
76 76
         {
77 77
             // strip content without shortcodes
78 78
             $contents = $this->shortcode->strip($contents);
79
-        }
80
-        else
79
+        } else
81 80
         {
82 81
             // compile the shortcodes
83 82
             $contents = $this->shortcode->compile($contents);
Please login to merge, or discard this patch.