From b52413dbb4d8333d5fe2a351780e20b04c4525a2 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Tue, 14 Apr 2015 22:37:15 +0200 Subject: Trim whitespace --- example/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/index.php') diff --git a/example/index.php b/example/index.php index a0aa03c..3c7c5ba 100644 --- a/example/index.php +++ b/example/index.php @@ -34,10 +34,10 @@ $ste->register_tag("repeat", $output = ""; if(!is_numeric($params["n"])) throw new ste\RuntimeError("Sorry, but parameter n must be a number..."); - + for($i = 0; $i < $params["n"]; ++$i) $output .= $sub($ste); - + return $output; } ); -- cgit v1.2.3-70-g09d2