diff options
Diffstat (limited to 'demos/autocomplete/folding.html')
-rw-r--r-- | demos/autocomplete/folding.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/autocomplete/folding.html b/demos/autocomplete/folding.html index 8fd813ffd..f6b97b655 100644 --- a/demos/autocomplete/folding.html +++ b/demos/autocomplete/folding.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="utf-8" /> - <title>jQuery UI Autocomplete Accent Folding Demo</title> + <meta charset="utf-8"> + <title>jQuery UI Autocomplete - Accent folding</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.4.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> |