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/index.html | |
parent | df932bbba35be7f2e6f741ee114644e536774a76 (diff) | |
download | jquery-ui-eba3067479676d9fde9e1fcca76ba720cd9a4cee.tar.gz jquery-ui-eba3067479676d9fde9e1fcca76ba720cd9a4cee.zip |
Demos: Cleanup.
Diffstat (limited to 'demos/effect/index.html')
-rw-r--r-- | demos/effect/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |