diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-27 15:41:35 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-27 15:41:35 -0400 |
commit | f02c41ec51a72d62c8f3e3de47f31b3cb1976a9b (patch) | |
tree | 2d80ca1da1f81f84de434d2ebd5b837bf1b0151e /demos/removeClass/index.html | |
parent | e8e3168a3930bcd6689a079e5e210877f836a977 (diff) | |
download | jquery-ui-f02c41ec51a72d62c8f3e3de47f31b3cb1976a9b.tar.gz jquery-ui-f02c41ec51a72d62c8f3e3de47f31b3cb1976a9b.zip |
Effects (removeClass) demos: coding standards.
Diffstat (limited to 'demos/removeClass/index.html')
-rw-r--r-- | demos/removeClass/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/removeClass/index.html b/demos/removeClass/index.html index 0e9af371f..f5bd6a0e4 100644 --- a/demos/removeClass/index.html +++ b/demos/removeClass/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> |