diff options
Diffstat (limited to 'demos/autocomplete/folding.html')
-rw-r--r-- | demos/autocomplete/folding.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/autocomplete/folding.html b/demos/autocomplete/folding.html index e2c8938a2..2e54ad672 100644 --- a/demos/autocomplete/folding.html +++ b/demos/autocomplete/folding.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -41,8 +41,6 @@ </head> <body> -<div class="demo"> - <div class="ui-widget"> <form> <label for="developer">Developer: </label> @@ -50,14 +48,9 @@ </form> </div> -</div><!-- End demo --> - - - <div class="demo-description"> <p>The autocomplete field uses a custom source option which will match results that have accented characters even when the text field doesn't contain accented characters. However if the you type in accented characters in the text field it is smart enough not to show results that aren't accented.</p> <p>Try typing "Jo" to see "John" and "Jörn", then type "Jö" to see only "Jörn".</p> -</div><!-- End demo-description --> - +</div> </body> </html> |