diff options
author | Marc Grabanski <m@marcgrabanski.com> | 2008-06-01 18:00:02 +0000 |
---|---|---|
committer | Marc Grabanski <m@marcgrabanski.com> | 2008-06-01 18:00:02 +0000 |
commit | 66263d54f87f87cd1d218a1b3a40aa9508b446b2 (patch) | |
tree | 46435a0484bc20bf5a6bdfc36c9f95279bb8c35e /ui/demos/functional/datepicker/index.html | |
parent | 3dfb02bc035e9ab73e1465b59901e1ae1efc5fcc (diff) | |
download | jquery-ui-66263d54f87f87cd1d218a1b3a40aa9508b446b2.tar.gz jquery-ui-66263d54f87f87cd1d218a1b3a40aa9508b446b2.zip |
Fixed demo bug.
Diffstat (limited to 'ui/demos/functional/datepicker/index.html')
-rw-r--r-- | ui/demos/functional/datepicker/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/demos/functional/datepicker/index.html b/ui/demos/functional/datepicker/index.html index b6b6686bd..89b55b1b6 100644 --- a/ui/demos/functional/datepicker/index.html +++ b/ui/demos/functional/datepicker/index.html @@ -7,7 +7,7 @@ <title>jQuery UI Datepicker</title> <!-- Include UI Datepicker CSS --> - <link rel="stylesheet" href="../../../themes/ui.datepicker.css" type="text/css" media="screen" title="no title" charset="utf-8"> + <link rel="stylesheet" href="../../../themes/ui.datepicker.css" type="text/css" media="screen" title="default" charset="utf-8"> <!-- Include Demo Stylesheets --> <link rel="stylesheet" type="text/css" href="demo/ui.datepicker.alt.css" title="alt" id="alt" disabled="disabled"/> |