diff options
Diffstat (limited to 'demos/datepicker/inline.html')
-rw-r--r-- | demos/datepicker/inline.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/datepicker/inline.html b/demos/datepicker/inline.html index 552c1d95e..c4277a374 100644 --- a/demos/datepicker/inline.html +++ b/demos/datepicker/inline.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -17,17 +17,10 @@ </head> <body> -<div class="demo"> - Date: <div id="datepicker"></div> -</div><!-- End demo --> - - - <div class="demo-description"> <p>Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker() on a div instead of an input.</p> -</div><!-- End demo-description --> - +</div> </body> </html> |