diff options
author | Richard Worth <rdworth@gmail.com> | 2008-09-20 17:30:51 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-09-20 17:30:51 +0000 |
commit | 057d3c677eefe6c6406d1344359a77a864eb1d66 (patch) | |
tree | 124488db5b1c7159d0d88fd7acafc69f1dff636e /demos/real-world/splitpane | |
parent | 27ba2ff84fc9ae9afc94c1625df7158ce43e7daf (diff) | |
download | jquery-ui-057d3c677eefe6c6406d1344359a77a864eb1d66.tar.gz jquery-ui-057d3c677eefe6c6406d1344359a77a864eb1d66.zip |
HTML5 doctype
Diffstat (limited to 'demos/real-world/splitpane')
-rw-r--r-- | demos/real-world/splitpane/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/real-world/splitpane/index.html b/demos/real-world/splitpane/index.html index 17b7c88e5..21f204a85 100644 --- a/demos/real-world/splitpane/index.html +++ b/demos/real-world/splitpane/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta http-equiv="Content-Language" content="en" /> |