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