diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-10 09:17:58 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-10 09:17:58 -0400 |
commit | 6cf45dd25a98f98c91a4000345fc5597f9929939 (patch) | |
tree | 192ef4a8128f42d980c5415136a0dca0057aa4d4 /demos/draggable/index.html | |
parent | 98fb8c836220730bb9d7c0d73d6766d2b898d773 (diff) | |
download | jquery-ui-6cf45dd25a98f98c91a4000345fc5597f9929939.tar.gz jquery-ui-6cf45dd25a98f98c91a4000345fc5597f9929939.zip |
Draggable demos: Coding standards.
Diffstat (limited to 'demos/draggable/index.html')
-rw-r--r-- | demos/draggable/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/draggable/index.html b/demos/draggable/index.html index 65b900c91..0beda8e72 100644 --- a/demos/draggable/index.html +++ b/demos/draggable/index.html @@ -1,9 +1,9 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> + <meta charset="utf-8"> <title>jQuery UI Draggable Demos</title> - <link type="text/css" href="../demos.css" rel="stylesheet" /> + <link rel="stylesheet" href="../demos.css"> </head> <body> |