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