diff --git a/demos/datepicker/buttonbar.html b/demos/datepicker/buttonbar.html index d90796c8d..3b53528b6 100644 --- a/demos/datepicker/buttonbar.html +++ b/demos/datepicker/buttonbar.html @@ -9,7 +9,7 @@ @@ -17,12 +17,10 @@
Date:
This is a default datepicker which is tied to a standard form input. The calendar opens in a small overlay onFocus and closes automatically onBlur if a date if selected.
diff --git a/demos/datepicker/dropdown_month_year.html b/demos/datepicker/dropdown_month_year.html index b8ce20f05..f9afd267b 100644 --- a/demos/datepicker/dropdown_month_year.html +++ b/demos/datepicker/dropdown_month_year.html @@ -9,7 +9,7 @@ -This is an example of an inline date picker that is embedded in the page instead of opening in an overlay. This is done by calling .datepicker() in a div instead of an input.
++This is an example of an inline date picker that is embedded in the page instead of opening in an overlay. +This is done by calling .datepicker() on a div instead of an input. +
- -
- -