diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-01 00:36:10 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-01 00:36:10 +0000 |
commit | a6efad7be86dd707dd2ffbfe704b24caa161f650 (patch) | |
tree | b4af87717642bc656cb38e28a7d32565fdbaacbf /demos/datepicker/index.html | |
parent | db5edc794f7b9479cd02a05d0fe0d690b71ffaf7 (diff) | |
download | jquery-ui-a6efad7be86dd707dd2ffbfe704b24caa161f650.tar.gz jquery-ui-a6efad7be86dd707dd2ffbfe704b24caa161f650.zip |
demos: touch ups
Diffstat (limited to 'demos/datepicker/index.html')
-rw-r--r-- | demos/datepicker/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html index fef4eb49b..22dbc13a1 100644 --- a/demos/datepicker/index.html +++ b/demos/datepicker/index.html @@ -9,11 +9,11 @@ <div class="demos-nav"> <h4>Examples</h4> <ul> - <li class="demo-config-on"><a href="default.html">Default datepicker</a></li> + <li class="demo-config-on"><a href="default.html">Default Datepicker</a></li> <li><a href="dropdown_month_year.html">Month & year menus</a></li> <li><a href="buttonbar.html">Button bar</a></li> <li><a href="multiple_calendars.html">3 month view</a></li> - <li><a href="inline.html">Inline datepicker</a></li> + <li><a href="inline.html">Inline</a></li> </ul> </div> |