aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/index.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-10-13 10:39:50 -0400
committerScott González <scott.gonzalez@gmail.com>2010-10-13 10:39:50 -0400
commit060af83ec9c78fb34b38388c00bb610410e46ee4 (patch)
tree39d39b99140aa2a99518c54224b9bdc7579e1f42 /demos/slider/index.html
parent3e225de13c49f2735916d26c9057d23b84b9b912 (diff)
downloadjquery-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.html4
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>