diff options
Diffstat (limited to 'demos/datepicker/other-months.html')
-rw-r--r-- | demos/datepicker/other-months.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/datepicker/other-months.html b/demos/datepicker/other-months.html index 77c21fa86..1c0b65559 100644 --- a/demos/datepicker/other-months.html +++ b/demos/datepicker/other-months.html @@ -1,6 +1,7 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> + <meta charset="UTF-8" /> <title>jQuery UI Datepicker - Dates in other months</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.4.2.js"></script> |