diff options
Diffstat (limited to 'demos/progressbar/index.html')
-rw-r--r-- | demos/progressbar/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index 542bf1446..cf8ee9fe3 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -1,6 +1,7 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> + <meta charset="UTF-8" /> <title>jQuery UI Progressbar Demos</title> <link type="text/css" href="../demos.css" rel="stylesheet" /> </head> |