diff options
author | xue <> | 2006-01-26 14:35:14 +0000 |
---|---|---|
committer | xue <> | 2006-01-26 14:35:14 +0000 |
commit | 2a3b195aaceb5df2964ca9b058292c9beea594f6 (patch) | |
tree | ecdd656476fd0a705cf7c90e49907f616349bb6e /demos/quickstart/protected | |
parent | 0dcd473e9939501be6a320cb6cd185f750042d58 (diff) |
Makes list page xhtml compatible.
Diffstat (limited to 'demos/quickstart/protected')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/List.page | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/List.page b/demos/quickstart/protected/pages/Controls/List.page index 653e52d4..5f22e412 100644 --- a/demos/quickstart/protected/pages/Controls/List.page +++ b/demos/quickstart/protected/pages/Controls/List.page @@ -51,6 +51,7 @@ $listbox->DataSource=array( array('id'=>'003','name'=>'Cary','age'=>20));
$listbox->dataBind();
</com:TTextHighlighter>
+</li>
</ul>
<h2>TListBox</h2>
|