diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-10 10:24:33 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-10 10:24:33 -0400 |
commit | 4a4fab829f850d9de69f5f0c2cd718933d9b8944 (patch) | |
tree | 3b1c2ff7dc3a00ae065d39d1bb47b559818b2f30 /demos/position/index.html | |
parent | 0956c9ec4087320e0cc3e2cd1c29d3c24187890d (diff) | |
download | jquery-ui-4a4fab829f850d9de69f5f0c2cd718933d9b8944.tar.gz jquery-ui-4a4fab829f850d9de69f5f0c2cd718933d9b8944.zip |
Position demos: Coding standards.
Diffstat (limited to 'demos/position/index.html')
-rw-r--r-- | demos/position/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/position/index.html b/demos/position/index.html index 54a6d54c6..498c09b2b 100644 --- a/demos/position/index.html +++ b/demos/position/index.html @@ -1,9 +1,9 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> + <meta charset="utf-8"> <title>jQuery UI Position Demo</title> - <link type="text/css" href="../demos.css" rel="stylesheet" /> + <link rel="stylesheet" href="../demos.css"> </head> <body> |