diff options
Diffstat (limited to 'demos/autocomplete/maxheight.html')
-rw-r--r-- | demos/autocomplete/maxheight.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/autocomplete/maxheight.html b/demos/autocomplete/maxheight.html index c4f9769c3..f87f03171 100644 --- a/demos/autocomplete/maxheight.html +++ b/demos/autocomplete/maxheight.html @@ -60,12 +60,12 @@ </script> </head> <body> - + <div class="demo"> <div class="ui-widget"> <label for="tags">Tags: </label> - <input id="tags" /> + <input id="tags"> </div> </div><!-- End demo --> |