diff options
author | xue <> | 2006-02-13 20:02:57 +0000 |
---|---|---|
committer | xue <> | 2006-02-13 20:02:57 +0000 |
commit | bfa016a3df219522b6c2f93a4759f0b3638aea8e (patch) | |
tree | aad12fc496d571c02a62aaa2418c67af1bba769f /demos | |
parent | 1b20976d3c07fa7a1737556a5987c88476c4782d (diff) |
Fixed an issue of I18N FT running on FF.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/List.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/List.page b/demos/quickstart/protected/pages/Controls/List.page index 86de4c41..e3a6f368 100644 --- a/demos/quickstart/protected/pages/Controls/List.page +++ b/demos/quickstart/protected/pages/Controls/List.page @@ -84,7 +84,7 @@ $listbox->dataBind(); </p>
<com:RunBar PagePath="Controls.Samples.TRadioButtonList.Home" />
-<h2>TBulletList</h2>
+<h2>TBulletedList</h2>
<p>
<tt>TBulletedList</tt> displays items in a bullet format on a Web page. The style of the bullets can be specified by <tt>BulletStyle</tt>. When the style is <tt>CustomImage</tt>, the bullets are displayed as images, which is specified by <tt>BulletImageUrl</tt>.
</p>
|