summaryrefslogtreecommitdiff
path: root/demos/quickstart
diff options
context:
space:
mode:
authorxue <>2006-04-11 13:48:08 +0000
committerxue <>2006-04-11 13:48:08 +0000
commit48a951a9677bc9a56aacad9a920bdaefa0d4c249 (patch)
tree085aded8741393dcd4e58793df68fae1d5091b59 /demos/quickstart
parentfe93efeb847a756effd28c6bab97e8a0b21f8646 (diff)
THttpUtility::htmlEncode and htmlDecode now do not deal with &
Diffstat (limited to 'demos/quickstart')
-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 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">
-&lt;%[string]&gt;
+&lt;%[string]%&gt;
</com:TTextHighlighter>
where <tt>string</tt> will be translated to different languages according to the end-user's language preference.