Loading template.php +2 −2 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ class Template extends View { return '<?php case '.$this->token($attrib['value']).': ?>'. $this->build($node). '<?php break; ?>'; '<?php '.(isset($attrib['break'])?'if ('.$this->token($attrib['break']).') ':'').'break; ?>'; } /** Loading @@ -230,7 +230,7 @@ class Template extends View { protected function _default(array $node) { return '<?php default: ?>'. $this->build($node); $this->build($node). '<?php break; ?>'; } Loading Loading
template.php +2 −2 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ class Template extends View { return '<?php case '.$this->token($attrib['value']).': ?>'. $this->build($node). '<?php break; ?>'; '<?php '.(isset($attrib['break'])?'if ('.$this->token($attrib['break']).') ':'').'break; ?>'; } /** Loading @@ -230,7 +230,7 @@ class Template extends View { protected function _default(array $node) { return '<?php default: ?>'. $this->build($node); $this->build($node). '<?php break; ?>'; } Loading