diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-09 22:33:09 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-09 22:33:28 -0400 |
commit | eba3067479676d9fde9e1fcca76ba720cd9a4cee (patch) | |
tree | e2cdaef21f638703493079a0d1008c21efccb4a2 /demos/effect | |
parent | df932bbba35be7f2e6f741ee114644e536774a76 (diff) | |
download | jquery-ui-eba3067479676d9fde9e1fcca76ba720cd9a4cee.tar.gz jquery-ui-eba3067479676d9fde9e1fcca76ba720cd9a4cee.zip |
Demos: Cleanup.
Diffstat (limited to 'demos/effect')
-rw-r--r-- | demos/effect/default.html | 2 | ||||
-rw-r--r-- | demos/effect/easing.html | 2 | ||||
-rw-r--r-- | demos/effect/index.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/demos/effect/default.html b/demos/effect/default.html index 6f6f0d6c4..4ccd0c14b 100644 --- a/demos/effect/default.html +++ b/demos/effect/default.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>jQuery UI Effects - Effect Demo</title> + <title>jQuery UI Effects - Effect demo</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.4.2.js"></script> <script src="../../ui/jquery.effects.core.js"></script> diff --git a/demos/effect/easing.html b/demos/effect/easing.html index a5bb1070b..baef2d066 100644 --- a/demos/effect/easing.html +++ b/demos/effect/easing.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>jQuery UI Effects - Effect Demo</title> + <title>jQuery UI Effects - Easing demo</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.4.2.js"></script> <script src="../../ui/jquery.effects.core.js"></script> diff --git a/demos/effect/index.html b/demos/effect/index.html index 5c553fbeb..65aa3993a 100644 --- a/demos/effect/index.html +++ b/demos/effect/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="utf-8" /> - <title>jQuery UI Effect Demos</title> + <meta charset="utf-8"> + <title>jQuery UI Effects Demos</title> <link rel="stylesheet" href="../demos.css"> </head> <body> |