diff options
author | xue <> | 2006-04-11 14:03:06 +0000 |
---|---|---|
committer | xue <> | 2006-04-11 14:03:06 +0000 |
commit | 293fd30c134997b28836ca879a99bd933ec7cbe3 (patch) | |
tree | 7686b9066d0c38a01e316f3d3b734c6aa235b8c1 /demos/quickstart | |
parent | 5f4f9760225b4070d86c0e2e9f80b33999c17584 (diff) |
Merge from 3.0 branch till 892.
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/protected/pages/Configurations/Templates3.page | 2 |
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 b8d6addf..d08f8736 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates3.page +++ b/demos/quickstart/protected/pages/Configurations/Templates3.page @@ -75,7 +75,7 @@ BE VERY CAUTIOUS when you are using asset tags as it may expose to end-users fil <p>
Localization tags represent localized texts. They are in the following format,
<com:TTextHighlighter Language="prado" CssClass="source">
-<%[string]>
+<%[string]%>
</com:TTextHighlighter>
where <tt>string</tt> will be translated to different languages according to the end-user's language preference.
|