diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-10-13 15:24:00 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-10-13 15:24:00 -0400 |
commit | 68cb8fea09908c10cb98097486698570d2bdef6c (patch) | |
tree | 46c4edb1589af62612846e607ce31d65ef4376cd /demos/switchClass/index.html | |
parent | bb41a258a84413b1fa2fda1a17a9ed86fd9d83e9 (diff) | |
download | jquery-ui-68cb8fea09908c10cb98097486698570d2bdef6c.tar.gz jquery-ui-68cb8fea09908c10cb98097486698570d2bdef6c.zip |
Effects (switchClass) demos: Coding standards.
Diffstat (limited to 'demos/switchClass/index.html')
-rw-r--r-- | demos/switchClass/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/switchClass/index.html b/demos/switchClass/index.html index 0e9af371f..f5bd6a0e4 100644 --- a/demos/switchClass/index.html +++ b/demos/switchClass/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> |