summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Configurations
diff options
context:
space:
mode:
authorxue <>2007-06-26 17:12:54 +0000
committerxue <>2007-06-26 17:12:54 +0000
commit0621133cf16ece2cbf4be49438ab0eacaada5630 (patch)
tree3cff0f4b69eda2a699f93f982b6db6b1c732725d /demos/quickstart/protected/pages/Configurations
parentd19b13be0aeb5e448c9ccfabdc9b2df0693d1e1a (diff)
fixed a typo.
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations')
-rw-r--r--demos/quickstart/protected/pages/Configurations/Templates3.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Configurations/Templates3.page b/demos/quickstart/protected/pages/Configurations/Templates3.page
index fb707a4f..f3e0b5f1 100644
--- a/demos/quickstart/protected/pages/Configurations/Templates3.page
+++ b/demos/quickstart/protected/pages/Configurations/Templates3.page
@@ -50,7 +50,7 @@ Since v3.0.2, expression tags and databind tags can be embedded within static st
<com:TTextHighlighter Language="prado" CssClass="source block-content" id="code_200091">
&lt;com:TLabel&gt;
&lt;prop:Text&gt;
- Today is &lt;%= date('F d, Y',time()) &gt;.
+ Today is &lt;%= date('F d, Y',time()) %&gt;.
The page class is &lt;%= get_class($this) %&gt;.
&lt;/prop:Text&gt;
&lt;/com:TLabel&gt;