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

index b19c87f..a1826bd 100644 (file)
@@ -119,7 +119,7 @@ class Pman_Core_JsTemplate extends Pman {
                 case (!strlen($item)):
                     continue;
                 
-                if ($inscript && ($item != '{end:}') {
+                if ($inscript && ($item != '{end:}')) {
                     $ret[] = $item;
                 }