]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/template/class_TemplateEngine.php
Registration form and form helper completed, XHTML markup errors fixed
[shipsimu.git] / inc / classes / main / template / class_TemplateEngine.php
index e2961f848a12857dee9f8cfa0a33a70bf5830352..ee01937a364d75ebae00264c73138131e83a4b19 100644 (file)
@@ -975,7 +975,7 @@ class TemplateEngine extends BaseFrameworkSystem implements CompileableTemplate
 
                // Run the compilation twice to get content from helper classes in
                $cnt = 0;
-               while ($cnt < 2) {
+               while ($cnt < 3) {
                        // Finalize the compilation of template variables
                        $this->finalizeVariableCompilation();