Skip to content

Commit aeec6b3

Browse files
committed
demos: html validation
1 parent 796177c commit aeec6b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demos/autocomplete/custom-data.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
<body>
7272

7373
<div class="demo">
74-
<label for="tags" id="project-label">Select a project (type "j" for a start):</label>
75-
<img id="project-icon" src="../images/transparent_1x1.png" class="ui-state-default">
76-
<input id="project">
77-
<input type="hidden" id="project-id">
74+
<div id="project-label">Select a project (type "j" for a start):</div>
75+
<img id="project-icon" src="../images/transparent_1x1.png" class="ui-state-default"/>
76+
<input id="project"/>
77+
<input type="hidden" id="project-id"/>
7878
<p id="project-description"></p>
7979
</div><!-- End demo -->
8080

0 commit comments

Comments
 (0)