diff options
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> |