demos/index.html - changed content-type to utf-8 to support datepickers in other languages.

This commit is contained in:
Ca-Phun Ung 2009-01-02 15:59:31 +00:00
parent 84a505122c
commit f17b70c08a

View File

@ -2,6 +2,7 @@
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery UI Demos</title>
<link type="text/css" href="../themes/default/ui.all.css" rel="stylesheet" />
<link type="text/css" href="demos.css" rel="stylesheet" />