HTML/FlexyFramework/Page.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Sep 2011 02:42:06 +0000 (10:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Sep 2011 02:42:06 +0000 (10:42 +0800)
HTML/FlexyFramework/Page.php

index 5248763..b3b8ae7 100644 (file)
@@ -257,7 +257,7 @@ class HTML_FlexyFramework_Page  {
        
         $template_engine = new HTML_Template_Flexy();
         $template_engine->compile($this->masterTemplate);
-        if (!$this->_cache || !$this->cacheMethod) {\r
+        if (!$this->_cache || !$this->cacheMethod) {
             $template_engine->outputObject($this,$this->elements);
             return;
         }