From bfc180b1baf9695c0f739088a8d92eac147c808c Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Fri, 12 Mar 2010 03:18:34 +0000 Subject: html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase --- demos/autocomplete/categories.html | 5 +++-- demos/autocomplete/combobox.html | 5 +++-- demos/autocomplete/custom-data.html | 5 +++-- demos/autocomplete/default.html | 5 +++-- demos/autocomplete/index.html | 3 ++- demos/autocomplete/remote-jsonp.html | 5 +++-- demos/autocomplete/remote-with-cache.html | 5 +++-- demos/autocomplete/remote.html | 5 +++-- demos/autocomplete/xml.html | 5 +++-- 9 files changed, 26 insertions(+), 17 deletions(-) (limited to 'demos/autocomplete') diff --git a/demos/autocomplete/categories.html b/demos/autocomplete/categories.html index 53c6db1e6..f6917be83 100644 --- a/demos/autocomplete/categories.html +++ b/demos/autocomplete/categories.html @@ -1,6 +1,7 @@ - - + + + jQuery UI Autocomplete Custom Data Demo diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html index 6703e9de0..6a38d9361 100644 --- a/demos/autocomplete/combobox.html +++ b/demos/autocomplete/combobox.html @@ -1,6 +1,7 @@ - - + + + jQuery UI Autocomplete Combobox Demo diff --git a/demos/autocomplete/custom-data.html b/demos/autocomplete/custom-data.html index e26e9debc..9191706c1 100644 --- a/demos/autocomplete/custom-data.html +++ b/demos/autocomplete/custom-data.html @@ -1,6 +1,7 @@ - - + + + jQuery UI Autocomplete Custom Data Demo diff --git a/demos/autocomplete/default.html b/demos/autocomplete/default.html index 38a78cca4..d78b0576c 100644 --- a/demos/autocomplete/default.html +++ b/demos/autocomplete/default.html @@ -1,6 +1,7 @@ - - + + + jQuery UI Autocomplete Default Demo diff --git a/demos/autocomplete/index.html b/demos/autocomplete/index.html index 3063d8db8..9389b076d 100644 --- a/demos/autocomplete/index.html +++ b/demos/autocomplete/index.html @@ -1,6 +1,7 @@ - + + jQuery UI Autocomplete Demos diff --git a/demos/autocomplete/remote-jsonp.html b/demos/autocomplete/remote-jsonp.html index 3daa9b0b7..ab8a600a8 100644 --- a/demos/autocomplete/remote-jsonp.html +++ b/demos/autocomplete/remote-jsonp.html @@ -1,6 +1,7 @@ - - + + + jQuery UI Autocomplete Remote JSONP datasource demo diff --git a/demos/autocomplete/remote-with-cache.html b/demos/autocomplete/remote-with-cache.html index 31a5c8e6d..3688365d4 100644 --- a/demos/autocomplete/remote-with-cache.html +++ b/demos/autocomplete/remote-with-cache.html @@ -1,6 +1,7 @@ - - + + + jQuery UI Autocomplete Remote with caching demo diff --git a/demos/autocomplete/remote.html b/demos/autocomplete/remote.html index 2d04a618d..3b0d7096d 100644 --- a/demos/autocomplete/remote.html +++ b/demos/autocomplete/remote.html @@ -1,6 +1,7 @@ - - + + + jQuery UI Autocomplete Remote datasource demo diff --git a/demos/autocomplete/xml.html b/demos/autocomplete/xml.html index fd07aec24..85f5cea52 100644 --- a/demos/autocomplete/xml.html +++ b/demos/autocomplete/xml.html @@ -1,6 +1,7 @@ - - + + + jQuery UI Autocomplete Remote datasource demo -- cgit v1.2.3