From: Alan Knowles Date: Thu, 17 Nov 2011 09:38:08 +0000 (+0800) Subject: JsTemplate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=20ca79969f17caf9005aeaf4d1bfb05c574dc6d8 JsTemplate.php --- diff --git a/JsTemplate.php b/JsTemplate.php index f1dceeaa..34764afb 100644 --- a/JsTemplate.php +++ b/JsTemplate.php @@ -103,7 +103,7 @@ class Pman_Core_JsTemplate extends Pman { $funcs = array(); // do not allow nested functions..? - $fstart = 0; + $fstart = -1; $indent = 1; $ret = &$out;