diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-10 10:18:39 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-10 10:18:39 -0400 |
commit | 0956c9ec4087320e0cc3e2cd1c29d3c24187890d (patch) | |
tree | 88ff51b6f56bcd912582a748dd0f988cc4dc8b78 /demos/hide/index.html | |
parent | a1fc59c17e40b89c28920681cd6dd32ed68a4102 (diff) | |
download | jquery-ui-0956c9ec4087320e0cc3e2cd1c29d3c24187890d.tar.gz jquery-ui-0956c9ec4087320e0cc3e2cd1c29d3c24187890d.zip |
Effects .hide() demos: Coding standards.
Diffstat (limited to 'demos/hide/index.html')
-rw-r--r-- | demos/hide/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/hide/index.html b/demos/hide/index.html index 0e9af371f..f5bd6a0e4 100644 --- a/demos/hide/index.html +++ b/demos/hide/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> |