diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-23 16:33:34 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-23 16:33:34 -0400 |
commit | 0f575e03bb9af0b09d18a9207d9f589e05f44d50 (patch) | |
tree | 18251a2d3e7c51adb8f265158ca0361f5cca73d1 /demos/menu/default.html | |
parent | af1576280a807dcc166ddf619abab1fc24cac664 (diff) | |
parent | 9df981d268b4029065247cf230a4e988946b7799 (diff) | |
download | jquery-ui-0f575e03bb9af0b09d18a9207d9f589e05f44d50.tar.gz jquery-ui-0f575e03bb9af0b09d18a9207d9f589e05f44d50.zip |
Merge branch 'master' into position-notification
Conflicts:
tests/unit/position/position_core_within.js
Diffstat (limited to 'demos/menu/default.html')
-rw-r--r-- | demos/menu/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/menu/default.html b/demos/menu/default.html index 9f2e21622..b1c0b9fbb 100644 --- a/demos/menu/default.html +++ b/demos/menu/default.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> + <meta charset="utf-8"> <title>jQuery UI Menu - Default demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> <script src="../../jquery-1.7.2.js"></script> @@ -15,7 +15,7 @@ }); </script> <style> - + </style> </head> <body> |