diff options
Diffstat (limited to 'demos/real-world')
-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 |
7 files changed, 9 insertions, 9 deletions
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" /> |