aboutsummaryrefslogtreecommitdiffstats
path: root/demos/toggleClass/index.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-10-13 15:29:37 -0400
committerScott González <scott.gonzalez@gmail.com>2010-10-13 15:29:37 -0400
commita300658ecf9bd325ca4c41f52c7e1d2572c4660f (patch)
tree6520685dbcbb8e46ac49e8de4f43dfdb604ca35e /demos/toggleClass/index.html
parent68cb8fea09908c10cb98097486698570d2bdef6c (diff)
downloadjquery-ui-a300658ecf9bd325ca4c41f52c7e1d2572c4660f.tar.gz
jquery-ui-a300658ecf9bd325ca4c41f52c7e1d2572c4660f.zip
Effects (toggleClass) demos: Coding standards.
Diffstat (limited to 'demos/toggleClass/index.html')
-rw-r--r--demos/toggleClass/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/toggleClass/index.html b/demos/toggleClass/index.html
index 0e9af371f..f5bd6a0e4 100644
--- a/demos/toggleClass/index.html
+++ b/demos/toggleClass/index.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="UTF-8" />
+ <meta charset="utf-8">
<title>jQuery UI Effects Demos</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
+ <link rel="stylesheet" href="../demos.css">
</head>
<body>