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