diff options
Diffstat (limited to 'demos/datepicker/multiple-calendars.html')
-rw-r--r-- | demos/datepicker/multiple-calendars.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/datepicker/multiple-calendars.html b/demos/datepicker/multiple-calendars.html index 9ff002073..b1dd40905 100644 --- a/demos/datepicker/multiple-calendars.html +++ b/demos/datepicker/multiple-calendars.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -20,17 +20,10 @@ </head> <body> -<div class="demo"> - <p>Date: <input type="text" id="datepicker"></p> -</div><!-- End demo --> - - - <div class="demo-description"> <p>Set the <code>numberOfMonths</code> option to an integer of 2 or more to show multiple months in a single datepicker.</p> -</div><!-- End demo-description --> - +</div> </body> </html> |