aboutsummaryrefslogtreecommitdiffstats
path: root/demos/droppable/index.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-09-10 09:38:42 -0400
committerScott González <scott.gonzalez@gmail.com>2010-09-10 09:38:42 -0400
commita1fc59c17e40b89c28920681cd6dd32ed68a4102 (patch)
tree3c1ddd977d1524775f48eef1b361d085b04bf7eb /demos/droppable/index.html
parent6cf45dd25a98f98c91a4000345fc5597f9929939 (diff)
downloadjquery-ui-a1fc59c17e40b89c28920681cd6dd32ed68a4102.tar.gz
jquery-ui-a1fc59c17e40b89c28920681cd6dd32ed68a4102.zip
Droppable demos: Coding standards.
Diffstat (limited to 'demos/droppable/index.html')
-rw-r--r--demos/droppable/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/droppable/index.html b/demos/droppable/index.html
index e0c4e6ae2..13ae9855e 100644
--- a/demos/droppable/index.html
+++ b/demos/droppable/index.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="UTF-8" />
+ <meta charset="utf-8">
<title>jQuery UI Droppable Demos</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
+ <link rel="stylesheet" href="../demos.css">
</head>
<body>