JsTemplate.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 17 Nov 2011 09:45:47 +0000 (17:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 17 Nov 2011 09:45:47 +0000 (17:45 +0800)
JsTemplate.php

index b066c54..7651df3 100644 (file)
@@ -109,7 +109,7 @@ class Pman_Core_JsTemplate extends Pman {
         // do not allow nested functions..?
         $fstart = -1;
         $indent = 1;
-        
+        $inscript = false;
         $ret = &$out;
         foreach($ar as $item) {
             $in = str_repeat("    ", $indent);