Completed
Push — master ( fc0c5f...67d518 )
by Chris
03:06
created
php/hamle/Tag/Text.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,9 @@
 block discarded – undo
45 45
       if ($this->escape) {
46 46
         $parse = new H\Text($s, $strtype);
47 47
         $this->content[] = $parse->toHTML($this->escapeVars);
48
-      } else
49
-        $this->content[] = $s;
48
+      } else {
49
+              $this->content[] = $s;
50
+      }
50 51
     }
51 52
   }
52 53
 
Please login to merge, or discard this patch.