diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-10-13 10:39:50 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-10-13 10:39:50 -0400 |
commit | 060af83ec9c78fb34b38388c00bb610410e46ee4 (patch) | |
tree | 39d39b99140aa2a99518c54224b9bdc7579e1f42 /demos/slider/index.html | |
parent | 3e225de13c49f2735916d26c9057d23b84b9b912 (diff) | |
download | jquery-ui-060af83ec9c78fb34b38388c00bb610410e46ee4.tar.gz jquery-ui-060af83ec9c78fb34b38388c00bb610410e46ee4.zip |
Slider demos: Coding standards.
Diffstat (limited to 'demos/slider/index.html')
-rw-r--r-- | demos/slider/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/slider/index.html b/demos/slider/index.html index ec9a2f4f3..caf68fe97 100644 --- a/demos/slider/index.html +++ b/demos/slider/index.html @@ -1,9 +1,9 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> + <meta charset="utf-8"> <title>jQuery UI Slider Demos</title> - <link type="text/css" href="../demos.css" rel="stylesheet" /> + <link rel="stylesheet" href="../demos.css"> </head> <body> |