diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-10 10:27:32 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-10 10:27:32 -0400 |
commit | 9958d2968fff7f05b3d695299914e83f14e69e16 (patch) | |
tree | df024ac8187309648faea9156b107db327e9e9de /demos/progressbar/index.html | |
parent | 4a4fab829f850d9de69f5f0c2cd718933d9b8944 (diff) | |
download | jquery-ui-9958d2968fff7f05b3d695299914e83f14e69e16.tar.gz jquery-ui-9958d2968fff7f05b3d695299914e83f14e69e16.zip |
Progressbar demos: Coding standards.
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> |