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