diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-23 18:29:18 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-23 18:29:35 +0200 |
commit | 878eb54a14c0d5878d37fa6652880f43af408035 (patch) | |
tree | e59314523e5a9aec0732ea209ab0d08f4d074d2d /demos/autocomplete/custom-data.html | |
parent | 15705723b2d170f70c3ef408b5b4dca83c84e586 (diff) | |
download | jquery-ui-878eb54a14c0d5878d37fa6652880f43af408035.tar.gz jquery-ui-878eb54a14c0d5878d37fa6652880f43af408035.zip |
Fix various issues in our html files, first batch
Diffstat (limited to 'demos/autocomplete/custom-data.html')
-rw-r--r-- | demos/autocomplete/custom-data.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/custom-data.html b/demos/autocomplete/custom-data.html index c04c6905a..8f6eaa633 100644 --- a/demos/autocomplete/custom-data.html +++ b/demos/autocomplete/custom-data.html @@ -79,7 +79,7 @@ <div class="demo"> <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"> + <img id="project-icon" src="images/transparent_1x1.png" class="ui-state-default" alt=""> <input id="project"> <input type="hidden" id="project-id"> <p id="project-description"></p> |