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 | |
parent | 27ba2ff84fc9ae9afc94c1625df7158ce43e7daf (diff) | |
download | jquery-ui-057d3c677eefe6c6406d1344359a77a864eb1d66.tar.gz jquery-ui-057d3c677eefe6c6406d1344359a77a864eb1d66.zip |
HTML5 doctype
Diffstat (limited to 'demos')
-rw-r--r-- | demos/functional/index.html | 4 | ||||
-rw-r--r-- | demos/real-world/accordion-drawers/index.html | 2 | ||||
-rw-r--r-- | demos/real-world/effects/index.html | 4 | ||||
-rw-r--r-- | demos/real-world/image-cropper/index.html | 2 | ||||
-rw-r--r-- | demos/real-world/photo-manager/index.html | 2 | ||||
-rw-r--r-- | demos/real-world/product-slider/index.html | 2 | ||||
-rw-r--r-- | demos/real-world/range-interface/index.html | 4 | ||||
-rw-r--r-- | demos/real-world/splitpane/index.html | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/demos/functional/index.html b/demos/functional/index.html index 39a4e5387..df5ee60c8 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -1,5 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!doctype html> +<html lang="en"> <head> <title>jQuery UI - Functional demos</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> diff --git a/demos/real-world/accordion-drawers/index.html b/demos/real-world/accordion-drawers/index.html index 1c9303432..38dcc6d85 100644 --- a/demos/real-world/accordion-drawers/index.html +++ b/demos/real-world/accordion-drawers/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> diff --git a/demos/real-world/effects/index.html b/demos/real-world/effects/index.html index c4d5d0c65..4b117924c 100644 --- a/demos/real-world/effects/index.html +++ b/demos/real-world/effects/index.html @@ -1,5 +1,5 @@ -<!DOCTYPE html> -<html> +<!doctype html> +<html lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Effects Test Suite</title> diff --git a/demos/real-world/image-cropper/index.html b/demos/real-world/image-cropper/index.html index f532f887f..e37b70602 100644 --- a/demos/real-world/image-cropper/index.html +++ b/demos/real-world/image-cropper/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta http-equiv="Content-Language" content="en" /> diff --git a/demos/real-world/photo-manager/index.html b/demos/real-world/photo-manager/index.html index 889f0fce0..f0601259d 100644 --- a/demos/real-world/photo-manager/index.html +++ b/demos/real-world/photo-manager/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <title>jQuery UI Draggables and Droppables playground</title> diff --git a/demos/real-world/product-slider/index.html b/demos/real-world/product-slider/index.html index 46c838c70..05443fdae 100644 --- a/demos/real-world/product-slider/index.html +++ b/demos/real-world/product-slider/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> diff --git a/demos/real-world/range-interface/index.html b/demos/real-world/range-interface/index.html index 856f86342..3d93280cd 100644 --- a/demos/real-world/range-interface/index.html +++ b/demos/real-world/range-interface/index.html @@ -1,5 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!doctype html> +<html lang="en"> <head> <meta http-equiv="Content-Language" content="en" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 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" /> |