diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-06-18 12:43:55 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-06-18 12:43:55 -0400 |
commit | 35f7a67c09fc0862b5a639ec867b061d248927a7 (patch) | |
tree | 8e4e23763377d085027ac9c0fdbfb951c7a35fa6 /demos/menu/index.html | |
parent | 378dacfda142a7f4681e79601924a47c362dcee1 (diff) | |
download | jquery-ui-35f7a67c09fc0862b5a639ec867b061d248927a7.tar.gz jquery-ui-35f7a67c09fc0862b5a639ec867b061d248927a7.zip |
Menu demos: Cleanup.
Diffstat (limited to 'demos/menu/index.html')
-rw-r--r-- | demos/menu/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/menu/index.html b/demos/menu/index.html index b5bdb43fd..f5a49799a 100644 --- a/demos/menu/index.html +++ b/demos/menu/index.html @@ -1,9 +1,9 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> - <meta charset="UTF-8" /> + <meta charset="utf-8"> <title>jQuery UI Menu Demos</title> - <link href="../demos.css" rel="stylesheet" /> + <link rel="stylesheet" href="../demos.css"> </head> <body> <div class="demos-nav"> |