Commit 1290d96d authored by Bong Cosca's avatar Bong Cosca
Browse files

Cleanup code

parent 38c41d27
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -219,7 +219,9 @@ class Template extends View {
		return
			'<?php case '.$this->token($attrib['value']).': ?>'.
				$this->build($node).
			'<?php '.(isset($attrib['break'])?'if ('.$this->token($attrib['break']).') ':'').'break; ?>';
			'<?php '.(isset($attrib['break'])?
				'if ('.$this->token($attrib['break']).') ':'').
				'break; ?>';
	}

	/**