Invalid html created for combobox

The following html is created for a combobox

<span>
<div class="dhx_combo_box form-control" style="width: 200px;">
<input class="dhx_combo_input" type="text" autocomplete="off" style="width: 168px;">
<input type="hidden" name="aisle" value="">
<input type="hidden" name="aisle_new_value" value="false">
<img class="dhx_combo_img" src="dhtmlxCombo/codebase/imgs/combo_select.gif">
</div>
</span>

This html is invalid as you can’t place a div within a span

I am trying to validate all my html in order to troubleshoot an issue on my my page with jquery draggables not scrolling up the page. So it would help if this was excluded as a contributer to the problem

Could you explain in detail the issue: what you have, what are you doing and what are you expecting? We need more info

It’s ok I fixed it but your HTML is invalid you cannot put a div inside a span

Could you describe in detail what are you trying to get?