summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Captcha.page
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-06-02 19:38:10 +0000
committerctrlaltca@gmail.com <>2011-06-02 19:38:10 +0000
commit91cb43a795263a69000564be15155e96dfdca29f (patch)
tree69a3fc5b239977d5fd62ab247c2563124489c62c /demos/quickstart/protected/pages/Controls/Captcha.page
parent0daa38a4f5bb43d7332d681a98ccb693bc579230 (diff)
fixed page script, updated version number for quickstart pdf, ran build scripts to generate ids
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Captcha.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Captcha.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Captcha.page b/demos/quickstart/protected/pages/Controls/Captcha.page
index 6810d2a2..74184050 100644
--- a/demos/quickstart/protected/pages/Controls/Captcha.page
+++ b/demos/quickstart/protected/pages/Controls/Captcha.page
@@ -30,7 +30,7 @@ Upon postback, user input can be validated by calling the method <tt>TCaptcha.va
<p id="280007" class="block-content">
The following template shows a typical use of the <tt>TCaptcha</tt> control:
</p>
-<com:TTextHighlighter Language="prado" CssClass="source block-content" id="code-280105">
+<com:TTextHighlighter Language="prado" CssClass="source block-content" id="code_280105">
&lt;com:TCaptcha ID="Captcha" />
&lt;com:TTextBox ID="Input" />
&lt;com:TCaptchaValidator CaptchaControl="Captcha"