]> git.mxchange.org Git - shipsimu.git/commitdiff
Closing bracket fixed
authorRoland Häder <roland@mxchange.org>
Sun, 22 Jun 2008 22:25:07 +0000 (22:25 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Jun 2008 22:25:07 +0000 (22:25 +0000)
inc/classes/main/template/web/class_WebTemplateEngine.php

index 8c9c4088bb8e2438a996ff814430af8221628d7d..b5cab112520bc028ffb69f10316d0877da3eb57d 100644 (file)
@@ -99,6 +99,7 @@ class WebTemplateEngine extends BaseTemplateEngine implements CompileableTemplat
                // Return the prepared instance
                return $tplInstance;
        }
                // Return the prepared instance
                return $tplInstance;
        }
+}
 
 // [EOF]
 ?>
 
 // [EOF]
 ?>