diff options
author | Richard Worth <rdworth@gmail.com> | 2010-03-18 10:31:17 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-03-18 10:31:17 +0000 |
commit | aeec6b31001543b9772f8b4bbcf46d9364967566 (patch) | |
tree | d6339b11bed82ff90dd05e6ae45757b533e032f2 | |
parent | 796177c6101465d18196cdf1555dccf6a0ec964a (diff) | |
download | jquery-ui-aeec6b31001543b9772f8b4bbcf46d9364967566.tar.gz jquery-ui-aeec6b31001543b9772f8b4bbcf46d9364967566.zip |
demos: html validation
-rw-r--r-- | demos/autocomplete/custom-data.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/autocomplete/custom-data.html b/demos/autocomplete/custom-data.html index 9191706c1..57598fa8c 100644 --- a/demos/autocomplete/custom-data.html +++ b/demos/autocomplete/custom-data.html @@ -71,10 +71,10 @@ <body> <div class="demo"> - <label for="tags" id="project-label">Select a project (type "j" for a start):</label> - <img id="project-icon" src="../images/transparent_1x1.png" class="ui-state-default"> - <input id="project"> - <input type="hidden" id="project-id"> + <div id="project-label">Select a project (type "j" for a start):</div> + <img id="project-icon" src="../images/transparent_1x1.png" class="ui-state-default"/> + <input id="project"/> + <input type="hidden" id="project-id"/> <p id="project-description"></p> </div><!-- End demo --> |