From 2ecfe49532dbfc53d75a32e68df643b7af13dc1f Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 13 Jul 2009 14:12:10 +0000 Subject: - Models, Behaviors ... --- framework/Web/UI/TTemplateManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web') diff --git a/framework/Web/UI/TTemplateManager.php b/framework/Web/UI/TTemplateManager.php index 6d44d7d7..01694300 100644 --- a/framework/Web/UI/TTemplateManager.php +++ b/framework/Web/UI/TTemplateManager.php @@ -149,7 +149,7 @@ class TTemplateManager extends TModule * * - directive: directive specifies the property values for the template owner. * It is in the format of <%@ property name-value pairs %>; - * - expressions: They are in the formate of <%= PHP expression %> and <%% PHP statements %> + * - expressions: They are in the format of <%= PHP expression %> and <%% PHP statements %> * - comments: There are two kinds of comments, regular HTML comments and special template comments. * The former is in the format of , which will be treated as text strings. * The latter is in the format of , which will be stripped out. -- cgit v1.2.3