summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Samples/HelloWorld.page
diff options
context:
space:
mode:
authorxue <>2005-12-28 13:11:07 +0000
committerxue <>2005-12-28 13:11:07 +0000
commit6ea993425cc0982ecef765d4bfc6b75b7206416d (patch)
tree98b8960722366ed2a3722f755ddc3cac1ab408a6 /demos/quickstart/protected/pages/Samples/HelloWorld.page
parentdeba7a5f81931dbe20aceebd506f44d5fdc1f7ca (diff)
Diffstat (limited to 'demos/quickstart/protected/pages/Samples/HelloWorld.page')
-rw-r--r--demos/quickstart/protected/pages/Samples/HelloWorld.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Samples/HelloWorld.page b/demos/quickstart/protected/pages/Samples/HelloWorld.page
index 87169697..7f7e8538 100644
--- a/demos/quickstart/protected/pages/Samples/HelloWorld.page
+++ b/demos/quickstart/protected/pages/Samples/HelloWorld.page
@@ -11,7 +11,7 @@ PRADO promotes component-based and event-driven Web programming. The button is r
</p>
<img src="<%~HelloWorld/sequence.gif%>" />
<p>
-The code that a developer needs to write is merely the following event handler function, where <code>$sender</code> refers to the button object.
+The code that a developer needs to write is merely the following event handler function, where <tt>$sender</tt> refers to the button object.
</p>
<pre class="source">
public function buttonClicked($sender,$param)