diff options
author | xue <> | 2007-01-30 13:40:34 +0000 |
---|---|---|
committer | xue <> | 2007-01-30 13:40:34 +0000 |
commit | 459ad2db05516db0afbfce3c8a69d576761b148f (patch) | |
tree | 626082942e0d532071b3c909bb4069297e72e7e7 /demos/quickstart/protected/pages/Controls/Standard.page | |
parent | 754a1817adc493a7e0524aaca48dfa1e358a10bc (diff) |
fixed broken links in quickstart.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Standard.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Standard.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page index 086ba293..20342fb9 100644 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -100,7 +100,7 @@ </li>
<li>
- <a href="?page=Controls.SafeHtml">TSafeHtml</a> displays its body content with assurance that the content contain no harmful code (such as <a href="?page=Security.XSS">XSS</a>).
+ <a href="?page=Controls.SafeHtml">TSafeHtml</a> displays its body content with assurance that the content contain no harmful code (such as <a href="?page=Advanced.Security">XSS</a>).
</li>
<li>
|